From 8664b2c976eb8f7acd867aca0b2d5776cb5449ea Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Sat, 8 Feb 2025 15:41:14 +0200 Subject: [PATCH] disable autoupgrade --- hosts/freun.dev/configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hosts/freun.dev/configuration.nix b/hosts/freun.dev/configuration.nix index d9b570e..b226226 100644 --- a/hosts/freun.dev/configuration.nix +++ b/hosts/freun.dev/configuration.nix @@ -17,18 +17,6 @@ }; }; - system.autoUpgrade = { - enable = true; - flake = "sourcehut:~repomaa/NixOS"; - flags = [ - "--update-input" - "nixpkgs" - "-L" # print build logs - ]; - dates = "02:00"; - randomizedDelaySec = "45min"; - }; - # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; boot.loader.grub.efiSupport = false;