cleanup
This commit is contained in:
@@ -24,19 +24,6 @@ with lib;
|
||||
default = "";
|
||||
};
|
||||
|
||||
reverseProxy = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
host = mkOption {
|
||||
type = types.str;
|
||||
default = "";
|
||||
};
|
||||
middlewares = mkOption {
|
||||
type = with types; listOf str;
|
||||
default = [ ];
|
||||
};
|
||||
};
|
||||
reverseProxy = lib.${namespace}.mkReverseProxyOpt;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user