mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
+12
-12
@@ -22,18 +22,18 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# immich
|
# immich
|
||||||
fileSystems."${services.immich.mediaLocation}" = {
|
# fileSystems."${config.services.immich.mediaLocation}" = {
|
||||||
device = "${inputs.zeroq.dirs.immich-folder}";
|
# device = "${inputs.zeroq.dirs.immich-folder}";
|
||||||
options = [
|
# options = [
|
||||||
"bind"
|
# "bind"
|
||||||
# "uid=1000"
|
# # "uid=1000"
|
||||||
# "gid=1000"
|
# # "gid=1000"
|
||||||
# "fmask=0007"
|
# # "fmask=0007"
|
||||||
# "dmask=0007"
|
# # "dmask=0007"
|
||||||
"nofail"
|
# "nofail"
|
||||||
"x-systemd.device-timeout=0"
|
# "x-systemd.device-timeout=0"
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
users.users.immich.extraGroups = [
|
users.users.immich.extraGroups = [
|
||||||
"video"
|
"video"
|
||||||
|
|||||||
Reference in New Issue
Block a user