aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-12-10 05:38:04 -0200
committerEuAndreh <eu@euandre.org>2018-12-10 05:38:04 -0200
commit7b7fa5d425437a7efa4eef3aaa820798bfb9acaa (patch)
tree2d18bd6091c2797854185a3d0d41520da658b7d4
parentvideo-feed.sh. (diff)
downloaddotfiles-7b7fa5d425437a7efa4eef3aaa820798bfb9acaa.tar.gz
dotfiles-7b7fa5d425437a7efa4eef3aaa820798bfb9acaa.tar.xz
Disable IPFS for now.
-rw-r--r--nixos/configuration.nix6
1 files changed, 3 insertions, 3 deletions
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;
};
};