diff --git a/configuration.nix b/configuration.nix index 2b68453..0afa984 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,7 +22,6 @@ script = ''echo url="https://www.duckdns.org/update?domains=pathfinder2e&token=9c1ffa47-7496-4975-ba2b-a6928b28c500&ip=" | ${pkgs.curl}/bin/curl -k -o ~/.duckdns/duck.log -K -''; serviceConfig = { Type = "oneshot"; - User = "root"; }; };