init
This commit is contained in:
commit
aae151cee6
33 changed files with 1351 additions and 0 deletions
13
hosts/makise/system/configuration/ssh.nix
Executable file
13
hosts/makise/system/configuration/ssh.nix
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
{ ...
|
||||
}:
|
||||
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
PermitRootLogin = "prohibit-password";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue