From 48ca3b1a2fc6aa20c31ab41dff5addc98b7afbb6 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 28 May 2024 17:35:12 -0500 Subject: [PATCH] string not object --- nixos/gandalf/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/gandalf/configuration.nix b/nixos/gandalf/configuration.nix index 524e156..7e29d64 100644 --- a/nixos/gandalf/configuration.nix +++ b/nixos/gandalf/configuration.nix @@ -19,7 +19,7 @@ in # Mounts unencrypted sops values at /run/secrets/rndc_keys accessible by root only by default. secrets = { "lego/dnsimple/token" = { - owner = config.users.users.kah; + owner = config.users.users.kah.name; inherit (config.users.users.kah) group; }; };