From 7bdd121640fe9866328c14d46e75d3595d390e73 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 3 May 2023 19:57:55 +0200 Subject: [PATCH] Disable automatic updates --- nixos-config/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos-config/configuration.nix b/nixos-config/configuration.nix index b0514a49..c1725ef0 100644 --- a/nixos-config/configuration.nix +++ b/nixos-config/configuration.nix @@ -178,10 +178,10 @@ in swapDevices = [ { device = "/swap/swapfile"; } ]; # Enable automatic package upgrades - system.autoUpgrade = { - enable = true; - channel = "https://nixos.org/channels/nixos-unstable"; - }; + #system.autoUpgrade = { + # enable = true; + # channel = "https://nixos.org/channels/nixos-unstable"; + #}; # Enable automatic garbage collection nix = {