From 73eb4f8bb96a15c00d396e28dc5e8d4dd9dc7fe1 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 13 Aug 2021 20:09:59 +0100 Subject: [PATCH] Remove auto-upgrade service --- configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 806da9b..dce3b52 100644 --- a/configuration.nix +++ b/configuration.nix @@ -91,12 +91,6 @@ # Set shell for root user users.users.root.shell = pkgs.fish; - # Auto-upgrade the system - system.autoUpgrade = { - enable = false; - dates = "14:00"; - }; - # Specify secrets age = { secrets.wireguard.file = secrets/wireguard.age;