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