From 4bce45f2c5070c4a2c4c2ef8a1b504a46960e897 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Tue, 16 Feb 2021 16:51:10 +0100 Subject: [PATCH] fix: remove system.autoUpgrade --- home-pc.nix | 2 -- rpi4.nix | 4 +--- work-pc.nix | 5 ----- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/home-pc.nix b/home-pc.nix index 79a010c..fa53fc6 100644 --- a/home-pc.nix +++ b/home-pc.nix @@ -48,6 +48,4 @@ # only change this when specified in release notes system.stateVersion = "20.09"; - - system.autoUpgrade.enable = true; } diff --git a/rpi4.nix b/rpi4.nix index d737168..8978079 100644 --- a/rpi4.nix +++ b/rpi4.nix @@ -37,7 +37,7 @@ with builtins; { enable = true; email = "felschr@pm.me"; apikeyFile = "/etc/nixos/secrets/cfdyndns-apikey"; - records = [ + records = [ "*.home.felschr.com" "home.felschr.com" "owntracks.felschr.com" @@ -95,6 +95,4 @@ with builtins; { # only change this when specified in release notes system.stateVersion = "20.09"; - - system.autoUpgrade.enable = true; } diff --git a/work-pc.nix b/work-pc.nix index cf858f5..71d440e 100644 --- a/work-pc.nix +++ b/work-pc.nix @@ -45,9 +45,4 @@ # only change this when specified in release notes system.stateVersion = "20.09"; - - system.autoUpgrade = { - enable = true; - dates = "10:00"; - }; }