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;