tangled
alpha
login
or
join now
vt3e.cat
/
petals
1
fork
atom
my nix flake.
1
fork
atom
overview
issues
pulls
pipelines
fix ddns remote url
vt3e.cat
2 months ago
491499d7
ea3436b1
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:MaVgF6bXxDdD131G4rXizPh+sttp3IVsdPrj48HV0X0=
+2
-2
1 changed file
expand all
collapse all
unified
split
hosts
ivy
services
ddns.nix
+2
-2
hosts/ivy/services/ddns.nix
···
1
1
-
{ pkgs, config, ... }:
1
1
+
{ pkgs, ... }:
2
2
3
3
let
4
4
src = pkgs.fetchgit {
5
5
-
url = "https://tangled.org/wlo.moe/ddns-updater.git";
5
5
+
url = "https://tangled.org/vt3e.cat/ddns-updater.git";
6
6
hash = "sha256-WbmfGHiJ+8d82qlkJo97yKra6weTh4HuDSIQVHCiiRQ=";
7
7
};
8
8