From e453933e080f4649d72080c2620afc236892ffb9 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 14 May 2023 10:15:47 -0400 Subject: [PATCH] nix: misc changes --- modules/nix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index ed72eb2..a618175 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -12,7 +12,6 @@ nix = { package = pkgs.nixFlakes; extraOptions = '' - experimental-features = nix-command flakes warn-dirty = false ''; gc = { @@ -21,10 +20,12 @@ options = "--delete-older-than 7d"; }; settings = { + extra-experimental-features = ["flakes" "nix-command"]; auto-optimise-store = true; builders-use-substitutes = true; keep-derivations = true; keep-outputs = true; + allowed-users = ["@wheel"]; trusted-users = ["root" "@wheel"]; substituters = [ "https://hyprland.cachix.org"