From 9191b14637edf3c0df7e5c7e461e912d97d7601a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 11 Sep 2023 11:07:51 +0100 Subject: [PATCH] Remove some autoUpgrades from regular machines --- hosts/Ronin/configuration.nix | 4 ---- hosts/Vanguard/configuration.nix | 4 ---- 2 files changed, 8 deletions(-) diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index abcb5db2..335e8773 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -18,10 +18,6 @@ environment.etc."ppp/options".text = '' ipcp-accept-remote ''; - system.autoUpgrade = { - enable = true; - allowReboot = false; - }; services.syncthing.settings.folders = { "Archive".enable = false; "Books".enable = false; diff --git a/hosts/Vanguard/configuration.nix b/hosts/Vanguard/configuration.nix index 7da38019..5d544a2d 100644 --- a/hosts/Vanguard/configuration.nix +++ b/hosts/Vanguard/configuration.nix @@ -7,10 +7,6 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; networking.nameservers = [ "192.168.1.230" "9.9.9.9" ]; - system.autoUpgrade = { - enable = false; - allowReboot = false; - }; services.syncthing.settings.folders = { "Archive".enable = false; "Books".enable = false;