From 638f16544f96c79449bb05531c572e43d30f3353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Sat, 25 May 2024 16:38:29 -0400 Subject: [PATCH] Remove autoUpgrade and auto-optimise-store --- configuration.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/configuration.nix b/configuration.nix index 3de9432..a2ed6db 100644 --- a/configuration.nix +++ b/configuration.nix @@ -34,21 +34,6 @@ xorg.libX11 ]; - # Autoupgrade - system.autoUpgrade = { - enable = true; - channel = "https://nixos.org/channels/nixos-unstable"; - }; - - # Garbage collection - nix = { - settings.auto-optimise-store = true; - gc = { - automatic = true; - dates = "weekly"; - }; - }; - # Hostname networking.hostName = "nixos";