From 3fcf18f35b81bd448f16a2a0cbb49d39161640ec Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 8 Jan 2024 16:32:21 +0100 Subject: [PATCH] Forget about auto update for now --- nixos/hosts/wheatley/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) 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;