mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
wip: more niri tweaks
This commit is contained in:
parent
5627b17333
commit
be51b67524
5 changed files with 110 additions and 62 deletions
|
|
@ -25,6 +25,8 @@ in {
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
forwardAgent = true;
|
||||
serverAliveInterval = 60;
|
||||
serverAliveCountMax = 10;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
identityFile = "${config.age.secrets.ssh-key.path}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue