refactor
This commit is contained in:
9
hosts/tahani/openssh.nix
Normal file
9
hosts/tahani/openssh.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{...}: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "prohibit-password";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user