Merge pull request 'open openssh port' (#4) from feature/open-openssh-port into main

Reviewed-on: #4
pull/5/head
Hendrik Sokolowski 2024-02-25 21:12:08 +00:00
commit 7d4607ede1
Signed by: pub.solar gitea
GPG Key ID: F0332B04B7054873
1 changed files with 4 additions and 1 deletions

View File

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