From 5f0807711ef2e29426980e4ac35e5ed40806949a Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Fri, 3 Oct 2025 18:55:46 +0200 Subject: [PATCH] ssh fix --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 9806862..1f882fb 100644 --- a/home.nix +++ b/home.nix @@ -1239,6 +1239,7 @@ in programs.ssh = { enable = true; enableDefaultConfig = false; + addKeysToAgent = "1h"; matchBlocks = { "git.pvv.ntnu.no" = { hostname = "git.pvv.ntnu.no";