home/ssh: set package
This commit is contained in:
parent
ed13a0fbbf
commit
bfdc36458a
2 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,7 @@
|
|||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
package = pkgs.openssh;
|
||||
# ssh host config
|
||||
matchBlocks = (import "${inputs.mysecrets}/ssh_hosts.nix").privateHosts;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue