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";