0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/ripple-data-api: define group

required after #133166
untested, the module is broken by the removal of couchdb
This commit is contained in:
Guillaume Girol 2021-09-18 12:00:00 +00:00
parent 6cf8b27fd6
commit a654d779fe
2 changed files with 4 additions and 2 deletions

View file

@ -187,7 +187,9 @@ in {
users.users.ripple-data-api =
{ description = "Ripple data api user";
uid = config.ids.uids.ripple-data-api;
isSystemUser = true;
group = "ripple-data-api";
};
users.groups.ripple-data-api = {};
};
}