fix(rpi4): uncomment services.ddclient.passwordFile

This commit is contained in:
Felix Schröter 2021-12-01 12:47:41 +01:00
parent c50e6a8f07
commit 1fdae3c3e6
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -60,7 +60,7 @@ in with builtins; {
use = "web"; use = "web";
zone = "felschr.com"; zone = "felschr.com";
username = "felschr@pm.me"; username = "felschr@pm.me";
# passwordFile = "/etc/nixos/secrets/cfdyndns-apikey"; passwordFile = "/etc/nixos/secrets/cfdyndns-apikey";
domains = [ domains = [
"*.home.felschr.com" "*.home.felschr.com"
"home.felschr.com" "home.felschr.com"