feat(ankisyncd): add ankisyncd

I accidentally added it in 66c0883701
Xddddd
This commit is contained in:
jacekpoz 2023-08-07 13:23:33 +02:00
parent b6fea43a74
commit c245c54142
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,13 @@
enable = true;
};
services.caddy = {
enable = true;
virtualHosts."a.jacekpoz.pl".extraConfig = ''
reverse_proxy * localhost:27701
'';
};
networking.firewall.allowedTCPPorts = [ 27701 ];
networking.firewall.allowedUDPPorts = [ 27701 ];
}

View file

@ -1,5 +1,6 @@
_: {
imports = [
./ankisyncd.nix
./conduit.nix
./configuration.nix
#./freshrss.nix