From fb88564fcd4de9bcca850ab9ae52bfec718195ed Mon Sep 17 00:00:00 2001 From: dadada Date: Mon, 22 Aug 2022 17:23:20 +0200 Subject: [PATCH] disable auto-updater --- nixos/modules/update.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixos/modules/update.nix b/nixos/modules/update.nix index aff0885..68fc45c 100644 --- a/nixos/modules/update.nix +++ b/nixos/modules/update.nix @@ -36,11 +36,5 @@ in }; }; }; - - system.autoUpgrade = { - enable = true; - dates = "daily"; - flake = "github:dadada/nix-config#${config.networking.hostName}"; - }; }; }