my nix flake.

fix ddns remote url

vt3e.cat 491499d7 ea3436b1

verified
+2 -2
+2 -2
hosts/ivy/services/ddns.nix
··· 1 - { pkgs, config, ... }: 1 + { pkgs, ... }: 2 2 3 3 let 4 4 src = pkgs.fetchgit { 5 - url = "https://tangled.org/wlo.moe/ddns-updater.git"; 5 + url = "https://tangled.org/vt3e.cat/ddns-updater.git"; 6 6 hash = "sha256-WbmfGHiJ+8d82qlkJo97yKra6weTh4HuDSIQVHCiiRQ="; 7 7 }; 8 8