diff --git a/machines/compute/common.nix b/machines/compute/common.nix index 5aa3583..6edb628 100644 --- a/machines/compute/common.nix +++ b/machines/compute/common.nix @@ -15,6 +15,8 @@ nix.flakes.enable = true; + system.autoUpgrade.enable = true; + networking.interfaces.eth0.useDHCP = true; hardware.deviceTree.enable = true; diff --git a/machines/neet.dev/configuration.nix b/machines/neet.dev/configuration.nix index 854a3c5..a6deb27 100644 --- a/machines/neet.dev/configuration.nix +++ b/machines/neet.dev/configuration.nix @@ -22,6 +22,8 @@ networking.hostName = "neetdev"; + system.autoUpgrade.enable = true; + networking.interfaces.eno1.useDHCP = true; services.nginx.enable = true;