fix(deertopia): Automount CIFS

This commit is contained in:
Madeleine Sydney
2025-04-11 02:42:45 -06:00
parent 5dd85e96f4
commit eeffaa2863

View File

@@ -49,6 +49,7 @@ in {
# Mysteriously, 0664 doesn't work… # Mysteriously, 0664 doesn't work…
"dir_mode=0770" "dir_mode=0770"
"file_mode=0770" "file_mode=0770"
"x-systemd.automount"
]; ];
}; };