home/ssh: set package

This commit is contained in:
Trolli Schmittlauch 2025-12-12 09:04:29 +01:00
parent ed13a0fbbf
commit bfdc36458a
2 changed files with 2 additions and 0 deletions

View file

@ -76,6 +76,7 @@
programs.ssh = {
enable = true;
package = pkgs.openssh;
# ssh host config
matchBlocks = (import "${inputs.mysecrets}/ssh_hosts.nix").privateHosts;
};

View file

@ -38,6 +38,7 @@ in
programs.ssh = {
enable = true;
package = pkgs.openssh;
# defaults in bottom match block "*"
# TODO: common config for desktop as well
serverAliveInterval = 10;