From c5c923cf282709a9f978849afa1d0cdb54c06190 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 8 Feb 2022 09:30:56 -0800 Subject: systems: drop nix.settings This is not yet available with the current configuration. --- modules/systems/nix.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/systems/nix.nix b/modules/systems/nix.nix index 4b97121..1bacdfd 100644 --- a/modules/systems/nix.nix +++ b/modules/systems/nix.nix @@ -5,11 +5,6 @@ experimental-features = nix-command ''; - nix.settings = { - auto-optimise-store = true; - trusted-users = [ "root" "@wheel" ]; - }; - nix.gc = { automatic = true; options = "--delete-older-than 14d"; -- cgit 1.4.1