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 = {
|
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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue