From 3fd176fc9a39c1a2ebef03768d08a77896843a18 Mon Sep 17 00:00:00 2001 From: materus Date: Thu, 8 Jun 2023 01:19:30 +0200 Subject: [PATCH] valkyrie: add podkos.pl acme --- configurations/host/valkyrie/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configurations/host/valkyrie/default.nix b/configurations/host/valkyrie/default.nix index 37c71ae..8bd33b2 100644 --- a/configurations/host/valkyrie/default.nix +++ b/configurations/host/valkyrie/default.nix @@ -140,5 +140,13 @@ credentialsFile = "/materus/config/valkyrie/certs.secret"; }; + security.acme.certs."podkos.pl" = { + domain = "podkos.pl"; + group = "nginx"; + extraDomainNames = [ "*.podkos.pl" ]; + dnsProvider = "ovh"; + credentialsFile = "/materus/config/valkyrie/certs.secret"; + }; + }