niksos/hosts/chmura/ankisyncd.nix
2023-09-08 16:10:15 +02:00

12 lines
228 B
Nix

_: {
services.ankisyncd = {
enable = true;
};
services.caddy = {
enable = true;
virtualHosts."a.jacekpoz.pl".extraConfig = ''
reverse_proxy * localhost:27701
'';
};
}