currents config

This commit is contained in:
2025-10-09 18:06:11 -06:00
parent 93cf3e672d
commit bb466db985
8 changed files with 77 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
{config, pkgs, ...}:
{
services.endlessh = {
enable = true;
port = 22;
};
}