This commit is contained in:
2025-10-26 19:24:22 +03:00
parent 1d799400ae
commit 1fb701aefa
3 changed files with 28 additions and 16 deletions
+7 -7
View File
@@ -29,13 +29,13 @@ in
};
};
fileSystems."${config.services.immich.mediaLocation}" = {
device = "${xlib.dirs.services-folder}/immich";
options = [
"bind"
"nofail"
];
};
# fileSystems."${config.services.immich.mediaLocation}" = {
# device = "${xlib.dirs.services-folder}/immich";
# options = [
# "bind"
# "nofail"
# ];
# };
systemd.tmpfiles.rules = [
"z ${config.services.immich.mediaLocation} 0755 immich immich -"