mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
feat: add used ssh identities to agent to trigger keyring
This commit is contained in:
parent
5518e47687
commit
c8700244d7
1 changed files with 1 additions and 0 deletions
|
@ -42,5 +42,6 @@
|
|||
identityFile = config.age.secrets.gallium_server_ssh.path;
|
||||
};
|
||||
};
|
||||
addKeysToAgent = "yes";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue