many updates
This commit is contained in:
parent
0fb5e46e8f
commit
9e8d6fcddb
6 changed files with 126 additions and 131 deletions
|
|
@ -54,6 +54,11 @@ in
|
|||
"lio" = lib.mkIf (hasSecret "nix2lio") {
|
||||
identityFile = age.secrets.nix2lio.path;
|
||||
user = "josh";
|
||||
extraOptions = {
|
||||
"PubkeyAcceptedKeyTypes" = "ssh-ed25519";
|
||||
"ServerAliveInterval" = 60;
|
||||
"IPQoS" = "throughput";
|
||||
};
|
||||
};
|
||||
"lio_" = lib.mkIf (hasSecret "nix2lio") {
|
||||
identityFile = age.secrets.nix2lio.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue