diff --git a/configuration.nix b/configuration.nix index da82ed6..adf844d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,6 +15,12 @@ boot.loader.grub.device = "/dev/vda"; boot.loader.grub.useOSProber = true; + # Enable autoupgrade + system.autoUpgrade = { + enable = true; + channel = "https://nixos.org/channels/nixos-unstable"; + }; + networking.hostName = "nixos"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.