security: only allow root and @wheel to access nix
This commit is contained in:
parent
25ec3e22b2
commit
173678734c
1 changed files with 1 additions and 0 deletions
|
|
@ -33,5 +33,6 @@ in
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
networking.hostName = "quasar";
|
networking.hostName = "quasar";
|
||||||
networking.domain = "";
|
networking.domain = "";
|
||||||
|
nix.allowedUsers = [ "@wheel" "root" ];
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue