|
@@ -12,9 +12,11 @@ in
|
|
|
accelerationDevices = [ "/dev/dri/renderD128" ];
|
|
accelerationDevices = [ "/dev/dri/renderD128" ];
|
|
|
settings = {
|
|
settings = {
|
|
|
metadata.faces.import = true;
|
|
metadata.faces.import = true;
|
|
|
|
|
+ newVersionCheck.enabled = false;
|
|
|
server.externalDomain = "https://${domain}";
|
|
server.externalDomain = "https://${domain}";
|
|
|
- notifications.smtp.enabled = true;
|
|
|
|
|
- notifications.smtp.from = "Odin Photos <[email protected]>";
|
|
|
|
|
|
|
+ # TODO: add smtp authentication to environment
|
|
|
|
|
+ # notifications.smtp.enabled = true;
|
|
|
|
|
+ # notifications.smtp.from = "Odin Photos <[email protected]>";
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
|