mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos: add spiped service module
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
3275e47613
commit
ae207efc07
3 changed files with 215 additions and 0 deletions
|
@ -130,6 +130,7 @@
|
|||
newrelic = 119;
|
||||
starbound = 120;
|
||||
hydra = 122;
|
||||
spiped = 123;
|
||||
|
||||
# When adding a uid, make sure it doesn't match an existing gid.
|
||||
|
||||
|
@ -234,6 +235,7 @@
|
|||
starbound = 120;
|
||||
grsecurity = 121;
|
||||
hydra = 122;
|
||||
spiped = 123;
|
||||
|
||||
# When adding a gid, make sure it doesn't match an existing uid.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue