mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Specify trusted nix users
This commit is contained in:
parent
1d4c57fece
commit
d53ef7e4c4
|
@ -19,6 +19,10 @@
|
|||
# Keep all dependencies used to build
|
||||
keep-outputs = 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
|
||||
|
|
Loading…
Reference in a new issue