From b1382bdd3dace0bf5ee1b8719098ee36cc6b3f7d Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Thu, 13 Jul 2023 19:29:45 +0300 Subject: [PATCH] Added ipfs Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- hosts/titan/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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; + }; };