added docker and tor
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
{
|
{...}: {
|
||||||
self,
|
flake.nixosModules.hackstationConfiguration = {pkgs, ...}: {
|
||||||
inputs,
|
virtualisation.docker = {
|
||||||
...
|
enable = true;
|
||||||
}: {
|
};
|
||||||
flake.nixosModules.hackstationConfiguration = {...}: {
|
|
||||||
networking = {
|
networking = {
|
||||||
interfaces.enp5s0.wakeOnLan.enable = true;
|
interfaces.enp5s0.wakeOnLan.enable = true;
|
||||||
hostName = "HACKSTATION";
|
hostName = "HACKSTATION";
|
||||||
};
|
};
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
tor-browser
|
||||||
|
tor
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user