diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index acc6d63..698a35e 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -148,14 +148,6 @@ enable = true; }; - system.autoUpgrade = { - enable = true; - allowReboot = true; - - # Prevent silencing of build output - flags = lib.mkForce []; - }; - # Enable networking networking.networkmanager.enable = true;