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;