summary refs log tree commit diff
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-02-12 18:54:37 +0100
committerMel <mel@rnrd.eu>2025-02-12 18:54:57 +0100
commit48b97675572cfb8897d36c1e3c1457c5fb9e1113 (patch)
treeb63c7169fb9337af5ada5069ce85e48d95b46a3b
parent207162c139dffa2696bc7e949b85da47ce28d17b (diff)
downloadnetwork-48b97675572cfb8897d36c1e3c1457c5fb9e1113.tar.zst
network-48b97675572cfb8897d36c1e3c1457c5fb9e1113.zip
Remove redundant group option from PDS certificate that's already default
Signed-off-by: Mel <mel@rnrd.eu>
-rw-r--r--services/pds.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/pds.nix b/services/pds.nix
index 5f1c8e0..6d7f469 100644
--- a/services/pds.nix
+++ b/services/pds.nix
@@ -64,7 +64,6 @@ in
   };
 
   security.acme.certs."pds.rnrd.eu" = {
-    group = "nginx";
     domain = "*.pds.rnrd.eu";
     extraDomainNames = [ "pds.rnrd.eu" ];
     dnsProvider = "cloudflare";