From 8f53cd9867c89b18cc69507ac970a8e3552fba28 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 4 Dec 2023 15:25:59 +0100 Subject: [PATCH] try again acme dir --- hosts/fw.cloonar.com/modules/unbound.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index 4764c63..92c5d57 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -142,6 +142,10 @@ in { domain = "fw.cloonar.com"; }; + security.acme.certs."${domain}" = { + domain = "${domain}"; + }; + containers.unbound = { autoStart = true; ephemeral = true; @@ -173,8 +177,4 @@ in { }; }; }; - - security.acme.certs."${domain}" = { - domain = "${domain}"; - }; }