Add port option

This commit is contained in:
niten 2024-02-07 14:32:51 -08:00
parent 86b2d7e6ba
commit ad3c8d150d
1 changed files with 6 additions and 0 deletions

View File

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