krebs.git.cgit.settings.virtual-root: init

This commit is contained in:
tv 2016-06-07 23:23:06 +02:00
parent 5e91e789b6
commit 567800c98e

View File

@ -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, ... }: {