summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-02-09 16:57:45 +0100
committerlassulus <lass@lassul.us>2017-02-09 16:57:45 +0100
commit137c49b847a896009972a3fa7ad2f60358c0a643 (patch)
tree7b4f5ca4ca10599a2c49e78ac7efdc45ec11e138 /lass/1systems
parentaac79c623956a519aed1f0d8df6b9ffb959e4d55 (diff)
l 1 mors: add ipfs testing stuff
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/mors.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix
index a5eaaed9..d0f835c6 100644
--- a/lass/1systems/mors.nix
+++ b/lass/1systems/mors.nix
@@ -126,6 +126,10 @@ with import <stockholm/lib>;
# };
# };
#}
+ {
+ #ipfs-testing
+ services.ipfs.enable = true;
+ }
];
krebs.build.host = config.krebs.hosts.mors;