diff --git a/hosts/titan/configuration.nix b/hosts/titan/configuration.nix index 1c33a7d..f86eba8 100644 --- a/hosts/titan/configuration.nix +++ b/hosts/titan/configuration.nix @@ -281,6 +281,9 @@ in { enable = true; }; twingate.enable = false; + ipfs = { + enable = true; + }; };