flake: update configuration for tower

This commit is contained in:
Charlie Root 2025-03-02 21:17:17 +01:00
commit 6e5f6c1a59
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
5 changed files with 47 additions and 23 deletions

View file

@ -6,6 +6,7 @@ in {
programs.ssh.startAgent = true;
services.openssh = {
enable = true;
ports = [8997];
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";