modules/services: update octodns, sillytavern, webserver, and workout-sync

This commit is contained in:
Joakim Repomaa
2026-02-09 15:11:13 +02:00
parent 8823354606
commit 6aa4abeead
4 changed files with 9 additions and 169 deletions

View File

@@ -1,5 +1,6 @@
{
pkgs,
pkgs-unstable,
lib,
config,
...
@@ -47,7 +48,8 @@ let
};
default = { };
};
} // (types.ttlOptions 3600);
}
// (types.ttlOptions 3600);
};
aRecord = lib.types.submodule {
options = {
@@ -201,7 +203,7 @@ let
};
hetzner = {
class = "octodns_hetzner.HetznerProvider";
token = "env/HETZNER_API_KEY";
token = "env/HETZNER_API_TOKEN";
};
};
@@ -211,8 +213,8 @@ let
};
};
octodns = pkgs.octodns.withProviders (_: [
pkgs.octodns-providers.hetzner
octodns = pkgs-unstable.octodns.withProviders (_: [
pkgs-unstable.octodns-providers.hetzner
]);
in
{