diff --git a/hosts/VEGAS/system.nix b/hosts/VEGAS/system.nix index 0885600..ba62805 100644 --- a/hosts/VEGAS/system.nix +++ b/hosts/VEGAS/system.nix @@ -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 diff --git a/hosts/VEGAS/services/nix/ipfs-cache.nix b/hosts/prophet/services/reflex/default.nix similarity index 87% rename from hosts/VEGAS/services/nix/ipfs-cache.nix rename to hosts/prophet/services/reflex/default.nix index 2764a4b..a92e6d4 100644 --- a/hosts/VEGAS/services/nix/ipfs-cache.nix +++ b/hosts/prophet/services/reflex/default.nix @@ -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"; diff --git a/hosts/VEGAS/services/nix/nix-ipfs-cache.py b/hosts/prophet/services/reflex/reflex.py similarity index 100% rename from hosts/VEGAS/services/nix/nix-ipfs-cache.py rename to hosts/prophet/services/reflex/reflex.py diff --git a/hosts/prophet/system.nix b/hosts/prophet/system.nix index 683c094..efc865e 100644 --- a/hosts/prophet/system.nix +++ b/hosts/prophet/system.nix @@ -11,6 +11,7 @@ ./services/cdn-shield ./services/meet + ./services/reflex aspect.modules.hyprspace aspect.modules.ipfs