From 487e47a8e12b6cf4ce36f46bbffc3f3e3b35bc37 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 19 Nov 2014 14:59:42 -0800 Subject: [PATCH] nixos/ids: Add systemd networking ids --- nixos/modules/misc/ids.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index 4eeaa2008fd0..2e5d5a08c501 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -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!