hosts: fix nas

This commit is contained in:
2023-01-07 16:53:36 +01:00
parent b61bf98e6f
commit 78a120c99b
2 changed files with 5 additions and 5 deletions

View File

@@ -82,7 +82,7 @@
enable = false;
};
interfaces = {
ens18 = {
enp0s31f6 = {
useDHCP = true; # For versatility sake, manually edit IP on nm-applet.
# ipv4.addresses = [ {
# address = "45.142.114.153";
@@ -92,8 +92,8 @@
# address = "2a00:ccc1:101:19D::2";
# prefixLength = 64;
# } ];
# };
# };
};
};
# defaultGateway = "45.142.114.1";
# defaultGateway6 = {
# address = "fe80::1";
@@ -102,6 +102,6 @@
#
# nameservers = [ "9.9.9.9" "2620:fe::fe" ];
};
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}