From 6bb963d9ad5fa18a9bd5792a5e47ff1bfd4a8864 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 19 Oct 2025 14:29:13 -0700 Subject: [PATCH] fix: uid toString --- nixos/profiles/graphical/distributed.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/profiles/graphical/distributed.nix b/nixos/profiles/graphical/distributed.nix index 2300636b..5c0f86d4 100644 --- a/nixos/profiles/graphical/distributed.nix +++ b/nixos/profiles/graphical/distributed.nix @@ -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