feat(dyndns): add additional secret and write dyndns script

This commit is contained in:
2026-02-09 13:14:04 +01:00
parent 68d27bb298
commit 7752b4da7d
4 changed files with 50 additions and 2 deletions
+4
View File
@@ -11,4 +11,8 @@
file = ./nc_api_key.age;
owner = "dyndns";
};
age.secrets.nc_domain = {
file = ./nc_domain.age;
owner = "dyndns";
};
}