mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nixos: break up leana module
This commit is contained in:
parent
20a26d6a3f
commit
71e8165419
3 changed files with 15 additions and 12 deletions
|
|
@ -8,5 +8,9 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
ports = lib.mkDefault [22];
|
||||
settings = {
|
||||
PermitRootLogin = "prohibit-password";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue