Add coolneng to trustedUsers
This commit is contained in:
parent
19d084525d
commit
7f995df196
|
@ -51,6 +51,7 @@ with pkgs;
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
package = nixUnstable;
|
package = nixUnstable;
|
||||||
|
trustedUsers = [ "root" "coolneng" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Clean tmp directory on shutdown
|
# Clean tmp directory on shutdown
|
||||||
|
|
Loading…
Reference in New Issue