chore(ci): flake update

syncplay module was updated
This commit is contained in:
arcnmx 2024-09-07 11:37:53 -07:00
parent ce248c901a
commit 725a981d23
5 changed files with 19 additions and 69 deletions

View file

@ -106,7 +106,6 @@ in {
];
};
syncplay = {
inherit (syncplay) group;
domain = "syncplay.${config.networking.domain}";
extraDomainNames = [
"syncplay.local.${config.networking.domain}"
@ -425,7 +424,7 @@ in {
};
services.syncplay = {
openFirewall = true;
useACMECert = "syncplay";
useACMEHost = "syncplay";
};
services.tailscale.advertiseExitNode = true;