krebs.git.cgit.settings.virtual-root: init
This commit is contained in:
parent
5e91e789b6
commit
567800c98e
@ -174,6 +174,10 @@ let
|
|||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
virtual-root = mkOption {
|
||||||
|
type = types.nullOr types.absolute-pathname;
|
||||||
|
default = "/";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
repo = types.submodule ({ config, ... }: {
|
repo = types.submodule ({ config, ... }: {
|
||||||
|
Loading…
Reference in New Issue
Block a user