Specify trusted nix users

This commit is contained in:
ItsDrike 2024-03-21 23:30:05 +01:00
parent 1d4c57fece
commit d53ef7e4c4
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -19,6 +19,10 @@
# Keep all dependencies used to build # Keep all dependencies used to build
keep-outputs = true; keep-outputs = true;
keep-derivations = true; keep-derivations = true;
# Give these users/groups additional rights when connecting to the Nix daemon
# like specifying extra binary caches
trusted-users = [ "root" "@wheel" ];
}; };
# Enable automatic garbage collection, deleting entries older than 14 days # Enable automatic garbage collection, deleting entries older than 14 days