diff options
author | lassulus <lassulus@lassul.us> | 2019-05-29 15:24:31 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-05-29 15:54:09 +0200 |
commit | 418e9f566511af814a4b3bf4c653cca036796a73 (patch) | |
tree | 06d6afe72ba448dd983f37fdfb03badfee5e0671 | |
parent | 86e5815ba3b05acbd49aa910dbabdfbb21de0e23 (diff) |
l prism.r: export download/finished directly
-rw-r--r-- | lass/1systems/prism/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 57a12be22..e33d1ca9f 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 = { |