Fix nix allowed users
This commit is contained in:
parent
b9bcdc1fde
commit
9dad7febc2
2 changed files with 0 additions and 4 deletions
|
@ -100,7 +100,6 @@ in
|
|||
useSandbox = true;
|
||||
|
||||
# give root and @wheel special privileges with nix
|
||||
allowedUsers = [ "@wheel" ];
|
||||
trustedUsers = [ "root" "@wheel" ];
|
||||
|
||||
# Generally useful nix option defaults
|
||||
|
|
|
@ -7,7 +7,4 @@
|
|||
openFirewall = true;
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
nix.allowedUsers = [
|
||||
"nix-ssh"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue