diff --git a/modules/core/system.nix b/modules/core/system.nix index 3fff33f..cc2ab7c 100644 --- a/modules/core/system.nix +++ b/modules/core/system.nix @@ -8,13 +8,12 @@ { nix = { settings = { + allowed-users = [ "@wheel" ]; auto-optimise-store = true; experimental-features = [ "nix-command" "flakes" ]; - # substituters = [ "" ]; - # trusted-public-keys = [ "" ]; }; gc = { automatic = true;