diff --git a/machines/w1n5t0n.nix b/machines/w1n5t0n.nix index a76b2c9..cdb6f2e 100644 --- a/machines/w1n5t0n.nix +++ b/machines/w1n5t0n.nix @@ -12,6 +12,11 @@ inputs.nixpkgs.lib.nixosSystem { (import ./entertainment.nix inputs) (import ./office.nix inputs) ({ pkgs, lib, ... }: { + system.autoUpgrade = { + enable = true; + allowReboot = false; + }; + networking = { hostName = hostname; interfaces.eno1.useDHCP = true;