diff --git a/hosts/modules/core.nix b/hosts/modules/core.nix index 3924b0f..8c2c7cc 100644 --- a/hosts/modules/core.nix +++ b/hosts/modules/core.nix @@ -49,6 +49,7 @@ nix.settings = { experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; + trusted-users = [ "root" "alex" ]; }; nix.gc = {