mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -17,10 +17,24 @@
|
|||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
accelerationDevices = null;
|
accelerationDevices = null;
|
||||||
machine-learning.enable = false;
|
machine-learning.enable = false;
|
||||||
mediaLocation = "${inputs.zeroq.dirs.immich-folder}";
|
#mediaLocation = "${inputs.zeroq.dirs.immich-folder}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# 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"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
users.users.immich.extraGroups = [
|
users.users.immich.extraGroups = [
|
||||||
"video"
|
"video"
|
||||||
"render"
|
"render"
|
||||||
|
|||||||
Reference in New Issue
Block a user