open openssh port #4

Merged
hensoko merged 1 commits from feature/open-openssh-port into main 2024-02-25 21:12:09 +00:00
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";
}