feat(ankisyncd): add ankisyncd
I accidentally added it in 66c0883701
Xddddd
This commit is contained in:
parent
b6fea43a74
commit
c245c54142
2 changed files with 8 additions and 0 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./ankisyncd.nix
|
||||
./conduit.nix
|
||||
./configuration.nix
|
||||
#./freshrss.nix
|
||||
|
|
Loading…
Reference in a new issue