auto update servers

This commit is contained in:
zuckerberg 2022-03-08 00:00:35 -05:00
parent 3c71aa8c6c
commit b9205a0e84
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@
nix.flakes.enable = true;
system.autoUpgrade.enable = true;
networking.interfaces.eth0.useDHCP = true;
hardware.deviceTree.enable = true;

View File

@ -22,6 +22,8 @@
networking.hostName = "neetdev";
system.autoUpgrade.enable = true;
networking.interfaces.eno1.useDHCP = true;
services.nginx.enable = true;