From df11f62af3402163dcb4b65de76067baac90b01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= <52899490+Alexuty07@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:08:59 +0000 Subject: [PATCH] Enable autoupgrade --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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.