fix
This commit is contained in:
@@ -13,7 +13,7 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
routerName = if containerCfg.path != null
|
routerName = if containerCfg.subpath != null
|
||||||
then "${containerCfg.subdomain}-${lib.strings.sanitizeDerivationName containerCfg.subpath}"
|
then "${containerCfg.subdomain}-${lib.strings.sanitizeDerivationName containerCfg.subpath}"
|
||||||
else containerCfg.subdomain;
|
else containerCfg.subdomain;
|
||||||
in {
|
in {
|
||||||
|
|||||||
Reference in New Issue
Block a user