Commit d7becdbf0aaa

Vincent Demeester <vincent@sbr.pm>
2019-02-25 16:17:26
machine/wakasu: temporarly disable ipfs
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2748521
Changed files (1)
machine
machine/wakasu.nix
@@ -14,7 +14,7 @@ with import ../assets/machines.nix; {
   profiles = {
     dev.enable = true;
     docker.enable = true;
-    ipfs.enable = true;
+    #ipfs.enable = true;
     laptop.enable = true;
     nix-config.buildCores = 4;
     ssh.enable = true;