diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-01 08:49:10 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-01 08:49:10 -0800 |
| commit | b8116628a0937ea5cd3e280649e60dd70787b103 (patch) | |
| tree | 2656c032c965acba9b7ef08180cbb21f955e01a2 /machines | |
| parent | a working niri + noctalia environment (diff) | |
| download | infra-b8116628a0937ea5cd3e280649e60dd70787b103.tar.gz | |
don't mangle file names with samba
Diffstat (limited to '')
| -rw-r--r-- | machines/rivendell.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/machines/rivendell.nix b/machines/rivendell.nix index ef458c5..7e2d52d 100644 --- a/machines/rivendell.nix +++ b/machines/rivendell.nix @@ -56,10 +56,11 @@ "hosts allow" = "192.168.1.0/24 10.100.0.0/24 localhost"; "guest account" = "nobody"; "map to guest" = "bad user"; - "use sendfile" = "yes"; - "load printers" = "no"; - "vfs objects" = "catia fruit streams_xattr"; + "use sendfile" = true; + "load printers" = false; + "vfs objects" = "fruit streams_xattr"; "fruit:metadata" = "stream"; + "mangled names" = false; }; media = { |
