diff options
author | Alan Pearce | 2024-11-27 11:49:24 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-27 11:49:24 +0100 |
commit | c0d83d93a0a17194afeeeae12e98818f3911f71d (patch) | |
tree | eb6b3ecf8e24aee30a6a4c2de7bcd06953fac0e4 /system/linde.nix | |
parent | b3113adb09022a8fef659818b5cb43c55b40fc5f (diff) | |
download | nixfiles-c0d83d93a0a17194afeeeae12e98818f3911f71d.tar.lz nixfiles-c0d83d93a0a17194afeeeae12e98818f3911f71d.tar.zst nixfiles-c0d83d93a0a17194afeeeae12e98818f3911f71d.zip |
Partially revert "Remove acme-dns"
This reverts commit 73f3ca04c8609e76867ea7a0118b211d19ae69a6.
Diffstat (limited to 'system/linde.nix')
-rw-r--r-- | system/linde.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix index 8e6635b6..6e5e54ed 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -39,6 +39,7 @@ in mode = "400"; symlink = false; }; + acme.file = ../secrets/acme.age; binarycache.file = ../secrets/binarycache.age; dex.file = ../secrets/dex.age; powerdns.file = ../secrets/powerdns.age; @@ -614,7 +615,7 @@ in email = "alan@alanpearce.eu"; dnsProvider = "pdns"; dnsResolver = "1.1.1.1:53"; - credentialsFile = config.age.secrets.powerdns.path; + credentialsFile = config.age.secrets.acme.path; reloadServices = [ "caddy" ]; validMinDays = 32; }; |