Fix group
This commit is contained in:
parent
40e61e08f8
commit
766ce5fc8c
1 changed files with 6 additions and 4 deletions
10
module.nix
10
module.nix
|
@ -12,16 +12,18 @@ in {
|
|||
enable = lib.mkEnableOption "the matrixoidc server";
|
||||
package = lib.mkPackageOption self.packages.${pkgs.system} "default" {};
|
||||
|
||||
group = lib.mkOption {
|
||||
type = lib.types.string;
|
||||
};
|
||||
|
||||
jwtSecretFile = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
};
|
||||
|
||||
group = lib.mkOption {
|
||||
type = lib.types.string;
|
||||
default = "matrixoidc";
|
||||
};
|
||||
|
||||
args = lib.mkOption {
|
||||
type = lib.types.string;
|
||||
default = "";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue