mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: uid toString
This commit is contained in:
parent
e16019c75b
commit
6bb963d9ad
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Host daiyousei-build
|
||||
HostName daiyousei.inskip.me
|
||||
User root
|
||||
IdentityAgent /run/user/${config.users.users.kat.uid}/gnupg/S.gpg-agent.ssh
|
||||
IdentityAgent /run/user/${toString config.users.users.kat.uid}/gnupg/S.gpg-agent.ssh
|
||||
ControlMaster auto
|
||||
ControlPath ${config.users.users.kat.home}/.ssh/master-%r@%n:%p
|
||||
ControlPersist 10m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue