Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ee2b1a9d8 |
@@ -24,7 +24,13 @@ in
|
|||||||
mediaLocation = "/var/lib/immich";
|
mediaLocation = "/var/lib/immich";
|
||||||
machine-learning.enable = true;
|
machine-learning.enable = true;
|
||||||
accelerationDevices = [ "/dev/dri/renderD128" ];
|
accelerationDevices = [ "/dev/dri/renderD128" ];
|
||||||
settings.server.externalDomain = "http://${hostName}:${toString port}";
|
# Setting `settings` puts Immich in config-file mode: the admin settings
|
||||||
|
# UI becomes read-only and system config is managed declaratively here.
|
||||||
|
settings = {
|
||||||
|
server.externalDomain = "http://${hostName}:${toString port}";
|
||||||
|
# Intel Quick Sync hardware transcoding (jupiter's iGPU).
|
||||||
|
ffmpeg.accel = "qsv";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# The native module does not add GPU groups; required for VAAPI/QSV transcoding.
|
# The native module does not add GPU groups; required for VAAPI/QSV transcoding.
|
||||||
|
|||||||
Reference in New Issue
Block a user