varlib reconfig

This commit is contained in:
2026-07-08 12:55:40 +03:00
parent 6079ccc25a
commit 85ea78b4b8
2 changed files with 21 additions and 8 deletions
+16
View File
@@ -63,4 +63,20 @@
};
};
};
systemd.tmpfiles.rules = [
"d ${xlib.dirs.services-mnt-folder}/samba 0755 root root -"
"z ${xlib.dirs.services-mnt-folder}/samba 0755 root root -"
];
fileSystems = {
"/var/lib/samba" = {
device = "${xlib.dirs.services-mnt-folder}/samba";
fsType = "none";
options = [
"bind"
"nofail"
];
};
};
}