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:
parent
6cf8b27fd6
commit
a654d779fe
2 changed files with 4 additions and 2 deletions
|
@ -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 = {};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue