From 69cea8aa0a797be1e657fa8d58cca2da4fb99ceb Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Tue, 16 Apr 2024 00:26:48 -0700 Subject: [PATCH] updated system config --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index d534970..1e17488 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,6 +19,7 @@ systemd.services.duckdns = { enable = true; + path = [pkgs.nix]; script = ''echo url="https://www.duckdns.org/update?domains=pathfinder2e&token=9c1ffa47-7496-4975-ba2b-a6928b28c500&ip=" | curl -k -o ~/duckdns/duck.log -K -''; serviceConfig = { Type = "oneshot";