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 = { programs.ssh = {
enable = true; enable = true;
package = pkgs.openssh;
# ssh host config # ssh host config
matchBlocks = (import "${inputs.mysecrets}/ssh_hosts.nix").privateHosts; matchBlocks = (import "${inputs.mysecrets}/ssh_hosts.nix").privateHosts;
}; };

View file

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