From b8116628a0937ea5cd3e280649e60dd70787b103 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 1 Jan 2026 08:49:10 -0800 Subject: don't mangle file names with samba --- machines/rivendell.nix | 7 ++++--- 1 file 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 = { -- cgit v1.2.3