diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-09 09:15:23 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-09 09:15:23 -0800 |
| commit | 543fcc38c9c48349d6988b1ace119f0cef2d6efa (patch) | |
| tree | ae8174b09797fd19e365f60bf25a9d20b222c855 /profiles/acme.nix | |
| parent | install kind / configure the dock (diff) | |
| download | infra-543fcc38c9c48349d6988b1ace119f0cef2d6efa.tar.gz | |
delete even more unused configurations
Diffstat (limited to 'profiles/acme.nix')
| -rw-r--r-- | profiles/acme.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/profiles/acme.nix b/profiles/acme.nix deleted file mode 100644 index 7fc62d3..0000000 --- a/profiles/acme.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ pkgs, lib, config, ... }: -let - secrets = config.age.secrets; -in -{ - security.acme.acceptTerms = true; - security.acme.defaults = { - email = "le@fcuny.net"; - dnsProvider = "gandiv5"; - group = config.services.nginx.group; - credentialsFile = secrets."gandi/apikey".path; - dnsPropagationCheck = true; - }; - security.acme.certs."${config.homelab.domain}" = { - domain = "*.${config.homelab.domain}"; - extraDomainNames = [ config.homelab.domain ]; - }; -} |
