From 1f7f4c32fdd9658881e61be80ed0108a547d9334 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Fri, 7 Jan 2022 18:49:46 +0100
Subject: ...

---
 accounts/gkleen@vidhar.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/accounts/gkleen@vidhar.nix b/accounts/gkleen@vidhar.nix
index 10959f42..dcb62d10 100644
--- a/accounts/gkleen@vidhar.nix
+++ b/accounts/gkleen@vidhar.nix
@@ -14,7 +14,7 @@
     home-manager.users.${userName} = {
       file = {
         ".config/user-tmpfiles.d/gnupg.conf".text = ''
-          d /run/user/${config.users.users.${userName}.uid}/gnupg 0700 ${userName} ${config.users.users.${userName}.group} -
+          d /run/user/${toString config.users.users.${userName}.uid}/gnupg 0700 ${userName} ${config.users.users.${userName}.group} -
         '';
       };
     };
-- 
cgit v1.2.3