diff options
author | lassulus <lass@lassul.us> | 2017-02-09 16:57:45 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-02-09 16:57:45 +0100 |
commit | 137c49b847a896009972a3fa7ad2f60358c0a643 (patch) | |
tree | 7b4f5ca4ca10599a2c49e78ac7efdc45ec11e138 /lass/1systems/mors.nix | |
parent | aac79c623956a519aed1f0d8df6b9ffb959e4d55 (diff) |
l 1 mors: add ipfs testing stuff
Diffstat (limited to 'lass/1systems/mors.nix')
-rw-r--r-- | lass/1systems/mors.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix index a5eaaed9d..d0f835c64 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; |