WIP: SSH configuration restructure

Backup of SSH reorganization changes for future reference.
This commit is contained in:
♥ Minnie ♥ 2025-10-07 20:58:09 +08:00
parent a6fa8866ac
commit acab920858
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
7 changed files with 43 additions and 27 deletions

View file

@ -1,12 +0,0 @@
{...}: {
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
LogLevel = "VERBOSE";
};
ports = [22];
openFirewall = true;
};
}