open firewall for ssh

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-05-30 19:41:59 -04:00
parent 327895435b
commit cc702cb5fe
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7

View File

@ -72,7 +72,10 @@ rec {
];
};
services.openssh.enable = true;
services.openssh = {
enable = true;
openFirewall = true;
};
users.users.alice = {
openssh.authorizedKeys.keys = [
# photon