Update configuration.nix
This commit is contained in:
@@ -195,16 +195,10 @@
|
||||
############################################################
|
||||
# NIX UPDATES
|
||||
############################################################
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
channel = "https://channels.nixos.org/nixos-25.11";
|
||||
dates = "daily";
|
||||
allowReboot = false;
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
channel = "https://channels.nixos.org/nixos-unstable";
|
||||
channel = "https://channels.nixos.org/nixos-25.11";
|
||||
dates = "daily";
|
||||
allowReboot = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user