diff options
author | EuAndreh <eu@euandre.org> | 2018-12-10 05:38:04 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-10 05:38:04 -0200 |
commit | 7b7fa5d425437a7efa4eef3aaa820798bfb9acaa (patch) | |
tree | 2d18bd6091c2797854185a3d0d41520da658b7d4 | |
parent | video-feed.sh. (diff) | |
download | dotfiles-7b7fa5d425437a7efa4eef3aaa820798bfb9acaa.tar.gz dotfiles-7b7fa5d425437a7efa4eef3aaa820798bfb9acaa.tar.xz |
Disable IPFS for now.
-rw-r--r-- | nixos/configuration.nix | 6 |
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; }; }; |