Update configuration.nix
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user