summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-05-29 15:24:31 +0200
committerlassulus <lassulus@lassul.us>2019-05-29 15:54:09 +0200
commit418e9f566511af814a4b3bf4c653cca036796a73 (patch)
tree06d6afe72ba448dd983f37fdfb03badfee5e0671
parent86e5815ba3b05acbd49aa910dbabdfbb21de0e23 (diff)
l prism.r: export download/finished directly
-rw-r--r--lass/1systems/prism/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index 57a12be2..e33d1ca9 100644
--- a/lass/1systems/prism/config.nix
+++ b/lass/1systems/prism/config.nix
@@ -383,7 +383,7 @@ with import <stockholm/lib>;
'';
fileSystems."/export/download" = {
- device = "/var/lib/containers/yellow/var/download";
+ device = "/var/lib/containers/yellow/var/download/finished";
options = [ "bind" ];
};
services.nfs.server = {