Fix nix allowed users

This commit is contained in:
Bad 2022-06-17 18:53:13 +02:00
parent b9bcdc1fde
commit 9dad7febc2
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -7,7 +7,4 @@
openFirewall = true;
passwordAuthentication = false;
};
nix.allowedUsers = [
"nix-ssh"
];
}