fix traefik
This commit is contained in:
@@ -103,7 +103,7 @@ let
|
||||
subdomain = mkOption { type = types.nullOr types.str; default=null;};
|
||||
port = mkOption { type = types.nullOr types.port; default = null; };
|
||||
pubPort = mkOption { type = types.nullOr types.port; default = null; };
|
||||
extraParam = mkOption { type = types.str; default = ""; };
|
||||
extra = mkOption { type = types.attrs; default = {}; };
|
||||
};
|
||||
});
|
||||
default = {};
|
||||
|
||||
Reference in New Issue
Block a user