From 7b7fa5d425437a7efa4eef3aaa820798bfb9acaa Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Dec 2018 05:38:04 -0200 Subject: Disable IPFS for now. --- nixos/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e94b782..cea2ca3 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -375,9 +375,9 @@ # https://nixos.org/nixos/options.html#ipfs ipfs = { - enable = true; - enableGC = true; - autoMount = true; + enable = false; + enableGC = false; + autoMount = false; }; }; -- cgit v1.2.3