Skip to content

Commit c80fc92

Browse files
committed
fix(nix): add allowed and trusted users
1 parent eeeadef commit c80fc92

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/nix.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
nix = {
44
enable = true;
55
settings = {
6+
allowed-users = [ "@wheel" ];
7+
trusted-users = [ "@wheel" ];
8+
69
always-allow-substitutes = true;
710
auto-optimise-store = true;
811
build-users-group = "nixbld";

0 commit comments

Comments
 (0)