diff --git a/hosts/TITAN/extras/ipfs-cluster.nix b/hosts/TITAN/extras/ipfs-cluster.nix deleted file mode 100644 index da176f8..0000000 --- a/hosts/TITAN/extras/ipfs-cluster.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ config, inputs, pkgs, ... }: - -{ - imports = [ - inputs.depot.nixosModules.ipfs-cluster - ]; - - age.secrets.ipfs-cluster-secret = { - file = ../../../secrets/ipfs-cluster-secret.age; - }; - - services.ipfs-cluster = { - enable = true; - package = inputs.depot.packages.${pkgs.system}.ipfs-cluster; - consensus = "crdt"; - dataDir = "/persist/ipfs/cluster"; - secretFile = config.age.secrets.ipfs-cluster-secret.path; - openSwarmPort = true; - }; -} diff --git a/hosts/TITAN/system.nix b/hosts/TITAN/system.nix index a9d477c..da95648 100644 --- a/hosts/TITAN/system.nix +++ b/hosts/TITAN/system.nix @@ -12,7 +12,6 @@ in ./extras/ddcci-backlight.nix ./extras/fbi-downloader.nix ./extras/invokeai.nix - ./extras/ipfs-cluster.nix ./extras/nvidia-ml.nix (import ../../users "desktop").users.max inputs.agenix.nixosModules.age