diff options
| author | Mel <mel@rnrd.eu> | 2025-02-12 18:54:37 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-02-12 18:54:57 +0100 |
| commit | 48b97675572cfb8897d36c1e3c1457c5fb9e1113 (patch) | |
| tree | b63c7169fb9337af5ada5069ce85e48d95b46a3b /services | |
| parent | 207162c139dffa2696bc7e949b85da47ce28d17b (diff) | |
| download | network-48b97675572cfb8897d36c1e3c1457c5fb9e1113.tar.zst network-48b97675572cfb8897d36c1e3c1457c5fb9e1113.zip | |
Remove redundant group option from PDS certificate that's already default
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'services')
| -rw-r--r-- | services/pds.nix | 1 |
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"; |
