4
5
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2026-05-01 10:38:48 +02:00

defiant/dyndns: change domain name

This commit is contained in:
2025-12-31 20:21:01 +01:00
parent ec9811bf31
commit 27596cfcee
+1 -1
View File
@@ -5,7 +5,7 @@
services.domeneshop-dyndns = {
enable = true;
domain = "site3.feal.no";
domain = "site2.feal.no";
netrcFile = config.sops.secrets."domeneshop/netrc".path;
};
}