Add ssh agent
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m50s
Periodic flake update / flake-update (push) Successful in 1m17s

This commit is contained in:
2025-01-29 18:39:49 +01:00
parent edd845796c
commit ecfcd16023

View File

@@ -41,4 +41,6 @@ in
}; };
}; };
}; };
services.ssh-agent.enable = true;
} }