DOICKER
This commit is contained in:
parent
d918a4ae44
commit
75fb074e34
@ -55,6 +55,22 @@
|
||||
hostName = "ryanpandya";
|
||||
wireless.enable = false;
|
||||
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";
|
||||
|
||||
@ -84,6 +84,10 @@ in
|
||||
HostName router.home
|
||||
User root
|
||||
Port 22
|
||||
Host ryanpandya
|
||||
HostName 152.53.83.167
|
||||
User ryan
|
||||
Port 15995
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
@ -40,8 +40,7 @@ in
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
|
||||
liveRestore = false;
|
||||
enableNvidia = if vars.nvidia then true else false;
|
||||
};
|
||||
libvirtd = {
|
||||
|
||||
@ -68,7 +68,7 @@ in
|
||||
secrets.enable = true;
|
||||
syncthing.enable = true;
|
||||
# users.enable = true;
|
||||
virtualization.enable = false;
|
||||
virtualization.enable = lib.mkDefault false;
|
||||
|
||||
console = {
|
||||
earlySetup = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user