ports refactor
This commit is contained in:
@@ -9,7 +9,10 @@ let
|
||||
testServiceConfigs = lib.recursiveUpdate baseServiceConfigs {
|
||||
zpool_ssds = "";
|
||||
https.domain = "test.local";
|
||||
ports.immich = 2283;
|
||||
ports.private.immich = {
|
||||
port = 2283;
|
||||
proto = "tcp";
|
||||
};
|
||||
immich.dir = "/var/lib/immich";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user