updated system config
This commit is contained in:
parent
69cea8aa0a
commit
db3191802d
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +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 -'';
|
||||
script = ''echo url="https://www.duckdns.org/update?domains=pathfinder2e&token=9c1ffa47-7496-4975-ba2b-a6928b28c500&ip=" | ${pkgs.nix}/bin/curl -k -o ~/.duckdns/duck.log -K -'';
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "root";
|
||||
|
|
Loading…
Reference in a new issue