Add port option
This commit is contained in:
parent
86b2d7e6ba
commit
ad3c8d150d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue