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;
|
useSandbox = true;
|
||||||
|
|
||||||
# give root and @wheel special privileges with nix
|
# give root and @wheel special privileges with nix
|
||||||
allowedUsers = [ "@wheel" ];
|
|
||||||
trustedUsers = [ "root" "@wheel" ];
|
trustedUsers = [ "root" "@wheel" ];
|
||||||
|
|
||||||
# Generally useful nix option defaults
|
# Generally useful nix option defaults
|
||||||
|
|
|
@ -7,7 +7,4 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
passwordAuthentication = false;
|
passwordAuthentication = false;
|
||||||
};
|
};
|
||||||
nix.allowedUsers = [
|
|
||||||
"nix-ssh"
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue