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}"
|
||||
else containerCfg.subdomain;
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user