diff options
author | makefu <github@syntax-fehler.de> | 2022-03-01 23:26:31 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-03-01 23:26:31 +0100 |
commit | 94b29daa137e704d9db1979169ba82f9150515c6 (patch) | |
tree | 86e2b9c74c6b1557ba4e4360196043395fbfc844 /makefu/2configs/share/omo.nix | |
parent | 4904dcf2291d61d41a22f5429327e95e8a7e61ae (diff) |
ma share: set file-mode to 0770 for hetzner
Diffstat (limited to 'makefu/2configs/share/omo.nix')
-rw-r--r-- | makefu/2configs/share/omo.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/2configs/share/omo.nix b/makefu/2configs/share/omo.nix index 93536b63d..e53158b8f 100644 --- a/makefu/2configs/share/omo.nix +++ b/makefu/2configs/share/omo.nix @@ -32,6 +32,12 @@ in { browseable = "yes"; "guest ok" = "yes"; }; + movies = { + path = "/media/cryptX/movies"; + "read only" = "yes"; + browseable = "yes"; + "guest ok" = "yes"; + }; audiobook = { path = "/media/crypt1/audiobooks"; "read only" = "yes"; |