Opened ssh ports

This commit is contained in:
2025-08-13 10:00:13 +02:00
parent 16f56257a1
commit 1e3d620639

View File

@@ -4,4 +4,12 @@
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;
services.openssh = {
enable = true;
ports = [ 22 ];
settings = {
PasswordAuthentication = true;
PermitRootLogin = "no";
};
};
} }