This commit is contained in:
2025-06-01 17:52:00 +03:00
parent 0fcaf6156a
commit 4f3ba52550
+12 -12
View File
@@ -22,18 +22,18 @@
};
# immich
fileSystems."${services.immich.mediaLocation}" = {
device = "${inputs.zeroq.dirs.immich-folder}";
options = [
"bind"
# "uid=1000"
# "gid=1000"
# "fmask=0007"
# "dmask=0007"
"nofail"
"x-systemd.device-timeout=0"
];
};
# fileSystems."${config.services.immich.mediaLocation}" = {
# device = "${inputs.zeroq.dirs.immich-folder}";
# options = [
# "bind"
# # "uid=1000"
# # "gid=1000"
# # "fmask=0007"
# # "dmask=0007"
# "nofail"
# "x-systemd.device-timeout=0"
# ];
# };
users.users.immich.extraGroups = [
"video"