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

@@ -9,7 +9,7 @@ let
cfg = config.services.workout-sync;
fqdn = "${cfg.subdomain}.${config.networking.domain}";
port = cfg.port;
workout-sync = inputs.workout-sync.packages.${pkgs.system}.default;
workout-sync = inputs.workout-sync.packages.${pkgs.stdenv.hostPlatform.system}.default;
in
{
options.services.workout-sync = {