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}"; - }; }; }