Update configuration.nix

This commit is contained in:
ska
2026-01-03 00:26:05 +00:00
parent 9bbe40a9c9
commit 1f70705a22

View File

@@ -195,16 +195,10 @@
############################################################ ############################################################
# NIX UPDATES # NIX UPDATES
############################################################ ############################################################
system.autoUpgrade = {
enable = true;
channel = "https://channels.nixos.org/nixos-25.11";
dates = "daily";
allowReboot = false;
};
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
channel = "https://channels.nixos.org/nixos-unstable"; channel = "https://channels.nixos.org/nixos-25.11";
dates = "daily"; dates = "daily";
allowReboot = false; allowReboot = false;
}; };