summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-10-07 19:15:54 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-10-07 19:15:54 -0400
commite70f4f90d35e4356de7cee117c1cd4ab053058b9 (patch)
treea6598224369bfd43e35f572f3fa9429f367222a2 /modules
parentc9d96d4e8b84115391a4fada86d1a89815d65285 (diff)
fix
Diffstat (limited to 'modules')
-rw-r--r--modules/router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/router.nix b/modules/router.nix
index 67b02f9..ed0e20f 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -371,7 +371,7 @@ in {
configFile = "/opt/secret/he-ddclient.conf";
};
systemd.services.ddclient.preStart =
- "while ! ping -c 1 -n -w 1 google.com > /dev/null; do echo .; done";
+ ["while ! ping -c 1 -n -w 1 google.com > /dev/null; do echo .; done"];
systemd.services.ddclient.after = ["container@router.target"];
systemd.timers.update-dynamic-dns = {