users/jordan: nest common config
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m3s

This commit is contained in:
2025-04-28 21:03:00 +01:00
parent 121ebde0a8
commit 7ce5026e62
17 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
{
...
}:
{
services.ssh-agent.enable = true;
programs.ssh = {
enable = true;
addKeysToAgent = "yes";
};
}