mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
nixos/ids: Add systemd networking ids
This commit is contained in:
parent
5e5346bfd7
commit
487e47a8e1
@ -159,6 +159,9 @@
|
||||
prosody = 149;
|
||||
i2pd = 150;
|
||||
dnscrypt-proxy = 151;
|
||||
systemd-networkd = 152;
|
||||
systemd-resolved = 153;
|
||||
systemd-timesyncd = 154;
|
||||
|
||||
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
|
||||
|
||||
@ -284,6 +287,9 @@
|
||||
seeks = 148;
|
||||
prosody = 149;
|
||||
i2pd = 150;
|
||||
systemd-networkd = 152;
|
||||
systemd-resolved = 153;
|
||||
systemd-timesyncd = 154;
|
||||
|
||||
# When adding a gid, make sure it doesn't match an existing uid. And don't use gids above 399!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user