mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
6 lines
157 B
Nix
6 lines
157 B
Nix
{
|
|
ssh-agent-basic-service = ./basic-service.nix;
|
|
ssh-agent-timeout-service = ./timeout-service.nix;
|
|
ssh-agent-pkcs11-service = ./pkcs11-service.nix;
|
|
}
|