diff --git a/configuration.nix b/configuration.nix index c19699b..1378f31 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,11 +15,11 @@ boot.loader.grub.device = "/dev/vda"; boot.loader.grub.useOSProber = true; - # Autoupgrade - system.autoUpgrade = { - enable = true; - channel = "https://nixos.org/channels/nixos-unstable"; - }; + # Autoupgrade (currently handled by flake.nix) +#system.autoUpgrade = { +# enable = true; +# channel = "https://nixos.org/channels/nixos-unstable"; +# }; # Garbage collection nix = {