This commit is contained in:
Philip Peterson 2024-12-22 06:47:07 -05:00
parent 3e54951548
commit 23ff02e0a3

View file

@ -229,5 +229,11 @@ in {
environmentFile = config.age.secrets."nearlyfreespeech".path; environmentFile = config.age.secrets."nearlyfreespeech".path;
webroot = null; webroot = null;
}; };
certs."webdav.philippeterson.com" = {
dnsProvider = "nearlyfreespeech";
environmentFile = config.age.secrets."nearlyfreespeech".path;
webroot = null;
};
}; };
} }