DOICKER
This commit is contained in:
parent
d918a4ae44
commit
75fb074e34
@ -55,6 +55,22 @@
|
|||||||
hostName = "ryanpandya";
|
hostName = "ryanpandya";
|
||||||
wireless.enable = false;
|
wireless.enable = false;
|
||||||
nameservers = ["8.8.8.8" "8.8.4.4"];
|
nameservers = ["8.8.8.8" "8.8.4.4"];
|
||||||
|
firewall = {
|
||||||
|
allowedUDPPorts = [
|
||||||
|
7946
|
||||||
|
4789
|
||||||
|
2377
|
||||||
|
];
|
||||||
|
allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
3000
|
||||||
|
996
|
||||||
|
7946
|
||||||
|
4789
|
||||||
|
2377
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = "ondemand";
|
powerManagement.cpuFreqGovernor = "ondemand";
|
||||||
|
|||||||
@ -84,6 +84,10 @@ in
|
|||||||
HostName router.home
|
HostName router.home
|
||||||
User root
|
User root
|
||||||
Port 22
|
Port 22
|
||||||
|
Host ryanpandya
|
||||||
|
HostName 152.53.83.167
|
||||||
|
User ryan
|
||||||
|
Port 15995
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -40,8 +40,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
};
|
};
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
liveRestore = false;
|
||||||
|
|
||||||
enableNvidia = if vars.nvidia then true else false;
|
enableNvidia = if vars.nvidia then true else false;
|
||||||
};
|
};
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
|
|||||||
@ -68,7 +68,7 @@ in
|
|||||||
secrets.enable = true;
|
secrets.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
# users.enable = true;
|
# users.enable = true;
|
||||||
virtualization.enable = false;
|
virtualization.enable = lib.mkDefault false;
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
earlySetup = true;
|
earlySetup = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user