openssh: remove

tailscale ssh is pretty cool
This commit is contained in:
wo2wz 2025-10-27 11:38:02 -04:00
parent 58c11b16cf
commit 347b7d7656
5 changed files with 1 additions and 25 deletions

View file

@ -8,7 +8,7 @@
../../modules/nixos/programs/bash.nix
../../modules/nixos/programs/git.nix
../../modules/nixos/services/openssh.nix
../../modules/nixos/services/tailscale.nix
../../modules/nixos/services/homeserver
];
@ -67,12 +67,6 @@
allowedUDPPortRanges = [];
};
# for cloudflare browser ssh
services.openssh.settings.Macs = [
"hmac-sha2-512"
"hmac-sha2-256"
];
system.stateVersion = "25.05";
}