Commit bc613ccc8745

Vincent Demeester <vincent@sbr.pm>
2019-03-08 17:14:38
ipfs: disable on all machine
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fcf6843
machine/hokkaido.nix
@@ -13,7 +13,6 @@ with import ../assets/machines.nix; {
   profiles = {
     dev.enable = true;
     docker.enable = true;
-    #ipfs.enable = true;
     laptop.enable = true;
     desktop.autoLogin = true;
     ssh.enable = true;
machine/shikoku.nix
@@ -45,7 +45,6 @@ with import ../assets/machines.nix; {
     dev.enable = true;
     docker.enable = true;
     gaming.enable = true;
-    #ipfs.enable = true;
     nix-config.buildCores = 4;
     qemu-user = { arm = true; aarch64 = true; };
     ssh.enable = true;
machine/wakasu.nix
@@ -14,7 +14,6 @@ with import ../assets/machines.nix; {
   profiles = {
     dev.enable = true;
     docker.enable = true;
-    #ipfs.enable = true;
     laptop.enable = true;
     desktop.autoLogin = true;
     nix-config.buildCores = 4;