From e7e397460b9063c32d30da44e0ca6bec9664031f Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sun, 2 Mar 2025 14:07:45 +0100 Subject: [PATCH] ! --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };