Update configuration.nix

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

View File

@@ -195,6 +195,7 @@
############################################################ ############################################################
# NIX UPDATES # NIX UPDATES
############################################################ ############################################################
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
channel = "https://channels.nixos.org/nixos-25.11"; channel = "https://channels.nixos.org/nixos-25.11";
@@ -202,13 +203,6 @@
allowReboot = false; allowReboot = false;
}; };
system.autoUpgrade = {
enable = true;
channel = "https://channels.nixos.org/nixos-unstable";
dates = "daily";
allowReboot = false;
};
nix = { nix = {
gc = { gc = {
automatic = true; automatic = true;