services/reflex: move to prophet

This commit is contained in:
Max Headroom 2022-02-18 21:26:59 +01:00
parent 529357a8bf
commit 1de011fa23
4 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,6 @@
./services/mail
./services/matrix
./services/nix/binary-cache.nix
./services/nix/ipfs-cache.nix
./services/nix/nar-serve.nix
./services/object-storage
./services/openvpn

View file

@ -13,7 +13,7 @@ in {
systemd.services.nix-ipfs-cache = {
wantedBy = [ "multi-user.target" ];
serviceConfig = {
ExecStart = "${py3}/bin/python3 -u ${./nix-ipfs-cache.py} ${port}";
ExecStart = "${py3}/bin/python3 -u ${./reflex.py} ${port}";
DynamicUser = true;
SupplementaryGroups = [ "ipfs" ];
CacheDirectory = "nix-ipfs-cache";

View file

@ -11,6 +11,7 @@
./services/cdn-shield
./services/meet
./services/reflex
aspect.modules.hyprspace
aspect.modules.ipfs