wip: more niri tweaks

This commit is contained in:
Nickolaj Jepsen 2025-04-30 15:59:52 +02:00
parent 5627b17333
commit be51b67524
5 changed files with 110 additions and 62 deletions

View file

@ -25,6 +25,8 @@ in {
programs.ssh = {
enable = true;
forwardAgent = true;
serverAliveInterval = 60;
serverAliveCountMax = 10;
matchBlocks = {
"*" = {
identityFile = "${config.age.secrets.ssh-key.path}";