feat(ssh): explicitly open firewall

This commit is contained in:
winston 2024-09-18 18:22:22 +02:00
parent 3c76d90c4d
commit a7212d2be3
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -8,7 +8,7 @@
}; };
openssh = { openssh = {
enable = true; enable = true;
ports = [ 22 ]; openFirewall = true;
settings = { settings = {
KexAlgorithms = [ KexAlgorithms = [
"curve25519-sha256" "curve25519-sha256"