From 1f70705a22d1dd6fd1723a8c03174a8fa8f12a38 Mon Sep 17 00:00:00 2001 From: ska Date: Sat, 3 Jan 2026 00:26:05 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 0c72ca2..86916de 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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;