fix: open firewall for SSH port

This commit is contained in:
teutat3s 2024-01-09 01:39:09 +01:00
parent 1208975664
commit a7837e787b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -28,7 +28,10 @@
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh = {
enable = true;
openFirewall = true;
};
system.stateVersion = "22.05";
}