diff --git a/machines/morpheus.nix b/machines/morpheus.nix index 3310891..6a491ab 100644 --- a/machines/morpheus.nix +++ b/machines/morpheus.nix @@ -22,7 +22,19 @@ inputs.nixpkgs.lib.nixosSystem { (import ./office.nix inputs) ({ pkgs, lib, ... }: { system.autoUpgrade = { - enable = true; + enable = false; + flake = inputs.self.outPath; + flags = [ + "--update-input" + "nixpkgs" + "--update-input" + "nixpkgs-unstable" + "--update-input" + "home-manager" + "--update-input" + "flake-utils" + "-L" # print build logs + ]; allowReboot = false; }; diff --git a/machines/w1n5t0n.nix b/machines/w1n5t0n.nix index 4d0ac8e..b391085 100644 --- a/machines/w1n5t0n.nix +++ b/machines/w1n5t0n.nix @@ -13,7 +13,7 @@ inputs.nixpkgs.lib.nixosSystem { (import ./office.nix inputs) ({ pkgs, lib, ... }: { system.autoUpgrade = { - enable = true; + enable = false; allowReboot = false; };