feat: add ssh to config.nix

This commit is contained in:
Mohammad Rafiq 2025-02-22 10:56:57 +08:00
parent 020b5eec7c
commit 8755bbf846

View file

@ -78,7 +78,9 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
services.openssh = {
enable = true;
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];