mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00: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
|
@ -218,7 +218,7 @@ in
|
||||||
#unifi = 183; dynamically allocated as of 2021-09-17
|
#unifi = 183; dynamically allocated as of 2021-09-17
|
||||||
uptimed = 184;
|
uptimed = 184;
|
||||||
zope2 = 185;
|
zope2 = 185;
|
||||||
ripple-data-api = 186;
|
#ripple-data-api = 186; dynamically allocated as of 2021-09-17
|
||||||
mediatomb = 187;
|
mediatomb = 187;
|
||||||
#rdnssd = 188; #dynamically allocated as of 2021-09-18
|
#rdnssd = 188; #dynamically allocated as of 2021-09-18
|
||||||
ihaskell = 189;
|
ihaskell = 189;
|
||||||
|
|
|
@ -187,7 +187,9 @@ in {
|
||||||
|
|
||||||
users.users.ripple-data-api =
|
users.users.ripple-data-api =
|
||||||
{ description = "Ripple data api user";
|
{ description = "Ripple data api user";
|
||||||
uid = config.ids.uids.ripple-data-api;
|
isSystemUser = true;
|
||||||
|
group = "ripple-data-api";
|
||||||
};
|
};
|
||||||
|
users.groups.ripple-data-api = {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue