aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-01 08:49:10 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-01 08:49:10 -0800
commitb8116628a0937ea5cd3e280649e60dd70787b103 (patch)
tree2656c032c965acba9b7ef08180cbb21f955e01a2 /machines
parenta working niri + noctalia environment (diff)
downloadinfra-b8116628a0937ea5cd3e280649e60dd70787b103.tar.gz
don't mangle file names with samba
Diffstat (limited to 'machines')
-rw-r--r--machines/rivendell.nix7
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 = {