From 6aff8c64336a6e5d68329fc86219d8ac087cecef Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 29 May 2024 07:16:51 -0500 Subject: [PATCH] This makes sense --- nixos/gandalf/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/gandalf/configuration.nix b/nixos/gandalf/configuration.nix index a09370c..c5ea17e 100644 --- a/nixos/gandalf/configuration.nix +++ b/nixos/gandalf/configuration.nix @@ -274,6 +274,7 @@ in autoStart = true; volumes = [ "/eru/containers/volumes/unifi/cert:/certs" + "${config.sops.secrets."lego/dnsimple/token".path}:/config/dnsimple-token" ]; user = "999:102"; environment = { @@ -283,7 +284,7 @@ in LA_EMAIL = "joe@veri.dev"; LA_DOMAINS = "gandalf.jahanson.tech"; LA_PROVIDER = "dnsimple"; - DNSIMPLE_OAUTH_TOKEN_FILE = "${config.sops.secrets."lego/dnsimple/token".path}"; + DNSIMPLE_OAUTH_TOKEN_FILE = "/config/dnsimple-token"; }; }; # # Xen-orchestra container