diff options
author | makefu <github@syntax-fehler.de> | 2022-09-23 23:01:58 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-09-23 23:01:58 +0200 |
commit | f66a4cb237d29ae152ebb601b62bb6c9e29e4031 (patch) | |
tree | af2314f695c4d08e26240d1e04accb8965a46154 /makefu/2configs/share/omo.nix | |
parent | 0c334ea99cf984920a442a27e33d000f7ac9c2d4 (diff) |
ma share: proxy hetzner via gum
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 e53158b8f..4756ccf81 100644 --- a/makefu/2configs/share/omo.nix +++ b/makefu/2configs/share/omo.nix @@ -87,6 +87,12 @@ in { "guest ok" = "no"; "valid users" = "makefu"; }; + #cloud = { + # path = "/media/cloud/download/finished"; + # "read only" = "no"; + # browseable = "yes"; + # "guest ok" = "yes"; + #}; }; extraConfig = '' guest account = smbguest |