summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-01-09 16:00:57 +0100
committermakefu <github@syntax-fehler.de>2017-01-09 16:00:57 +0100
commit980ef46abec3d7402ff5a49ba7ab06dc39a89f0d (patch)
tree7f133caca25c2f282b46ea1f32b1285b58ed693b /2configs
parentb933b0fac1720ce0f0b3017b351d89fed44a11ba (diff)
m 2 omo-share: expose crypt0 read-only
Diffstat (limited to '2configs')
-rw-r--r--2configs/omo-share.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/2configs/omo-share.nix b/2configs/omo-share.nix
index d1a9fabd7..8a3eab98a 100644
--- a/2configs/omo-share.nix
+++ b/2configs/omo-share.nix
@@ -42,6 +42,12 @@ in {
browseable = "yes";
"guest ok" = "yes";
};
+ crypt0 = {
+ path = "/media/crypt0";
+ "read only" = "yes";
+ browseable = "yes";
+ "guest ok" = "yes";
+ };
crypt0-rw = {
path = "/media/crypt0/";
"read only" = "no";