Auto-commit: 2026-01-05 05:47:30

This commit is contained in:
2026-01-05 05:47:30 +00:00
parent cc685690f5
commit 0459a4755e
2 changed files with 4 additions and 3 deletions

4
modules/cli/ssh.nix Normal file
View File

@@ -0,0 +1,4 @@
{
# Enable the OpenSSH daemon.
services.openssh.enable = true;
}