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