From 1fdae3c3e64e2466a5591e0c285b25eefdbc288a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Wed, 1 Dec 2021 12:47:41 +0100 Subject: [PATCH] fix(rpi4): uncomment services.ddclient.passwordFile --- rpi4.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi4.nix b/rpi4.nix index b399040..346c4bc 100644 --- a/rpi4.nix +++ b/rpi4.nix @@ -60,7 +60,7 @@ in with builtins; { use = "web"; zone = "felschr.com"; username = "felschr@pm.me"; - # passwordFile = "/etc/nixos/secrets/cfdyndns-apikey"; + passwordFile = "/etc/nixos/secrets/cfdyndns-apikey"; domains = [ "*.home.felschr.com" "home.felschr.com"