From 7ed89ab520be67181006df2da0ff18a6893e083c Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 29 May 2024 07:12:03 -0500 Subject: [PATCH] debug --- nixos/gandalf/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/gandalf/configuration.nix b/nixos/gandalf/configuration.nix index b361e20..a09370c 100644 --- a/nixos/gandalf/configuration.nix +++ b/nixos/gandalf/configuration.nix @@ -19,8 +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.name; - inherit (config.users.users.kah) group; + mode = "0444"; }; }; };