fix(rpi4): uncomment services.ddclient.passwordFile
This commit is contained in:
parent
c50e6a8f07
commit
1fdae3c3e6
2
rpi4.nix
2
rpi4.nix
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue