diff --git a/nixos/configuration.nix b/nixos/configuration.nix index df9a855..c6214da 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -32,7 +32,7 @@ facter.reportPath = ./hosts/${hwconfig.hostname}/facter.json; kylekrein.services.autoUpgrade = { enable = true; - pushUpdates = if hwconfig.hostname == "kylekrein-homepc" then true else false; + pushUpdates = false;#if hwconfig.hostname == "kylekrein-homepc" then true else false; configDir = "/etc/nixos-config"; user = "root"; };