chore(nix): Trusted Users

This commit is contained in:
Ahmad Ansori Palembani 2024-10-23 09:34:51 +07:00
parent c0dcc385ac
commit 6e451214b5
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -10,6 +10,7 @@
etc = { etc = {
"nix/nix.conf".text = "nix/nix.conf".text =
'' ''
trusted-users = [ root @wheel ]
experimental-features = nix-command flakes experimental-features = nix-command flakes
build-users-group = nixbld build-users-group = nixbld
''; '';