Skip to content

Commit

Permalink
nixos/ids: Fix systemd ids
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennington committed Nov 19, 2014
1 parent 487e47a commit e33cccd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nixos/modules/misc/ids.nix
Expand Up @@ -159,9 +159,9 @@
prosody = 149;
i2pd = 150;
dnscrypt-proxy = 151;
systemd-networkd = 152;
systemd-resolved = 153;
systemd-timesyncd = 154;
systemd-network = 152;
systemd-resolve = 153;
systemd-timesync = 154;

# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!

Expand Down Expand Up @@ -287,9 +287,9 @@
seeks = 148;
prosody = 149;
i2pd = 150;
systemd-networkd = 152;
systemd-resolved = 153;
systemd-timesyncd = 154;
systemd-network = 152;
systemd-resolve = 153;
systemd-timesync = 154;

# When adding a gid, make sure it doesn't match an existing uid. And don't use gids above 399!

Expand Down

0 comments on commit e33cccd

Please sign in to comment.