From 23ff02e0a3a6e6345b5a5c2607f38236b032389a Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Sun, 22 Dec 2024 06:47:07 -0500 Subject: [PATCH] add cert --- nixos/linux.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/linux.nix b/nixos/linux.nix index 9ce73c7..49cb5a5 100644 --- a/nixos/linux.nix +++ b/nixos/linux.nix @@ -229,5 +229,11 @@ in { environmentFile = config.age.secrets."nearlyfreespeech".path; webroot = null; }; + + certs."webdav.philippeterson.com" = { + dnsProvider = "nearlyfreespeech"; + environmentFile = config.age.secrets."nearlyfreespeech".path; + webroot = null; + }; }; }