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:
Torjus Håkestad 2025-01-29 18:39:49 +01:00
parent edd845796c
commit ecfcd16023
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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