Add port option

This commit is contained in:
niten 2024-02-07 14:32:51 -08:00
parent 86b2d7e6ba
commit ad3c8d150d

View File

@ -17,6 +17,12 @@ in {
description = "Path at which to store bulk server data.";
};
port = mkOption {
type = port;
description = "Port on which to listen for requests.";
default = 3254;
};
images = {
immich = mkOption {
type = str;