summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-11-19 15:01:44 -0800
committerWilliam A. Kennington III <william@wkennington.com>2014-11-19 15:01:44 -0800
commite33cccd68677e410c1387b4c7828070abe654913 (patch)
tree083282f7b989d03883c2b71f7f8ef71be4b9b9c7 /nixos/modules/misc
parent487e47a8e12b6cf4ce36f46bbffc3f3e3b35bc37 (diff)
downloadnixlib-e33cccd68677e410c1387b4c7828070abe654913.tar
nixlib-e33cccd68677e410c1387b4c7828070abe654913.tar.gz
nixlib-e33cccd68677e410c1387b4c7828070abe654913.tar.bz2
nixlib-e33cccd68677e410c1387b4c7828070abe654913.tar.lz
nixlib-e33cccd68677e410c1387b4c7828070abe654913.tar.xz
nixlib-e33cccd68677e410c1387b4c7828070abe654913.tar.zst
nixlib-e33cccd68677e410c1387b4c7828070abe654913.zip
nixos/ids: Fix systemd ids
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 2e5d5a08c501..0b836cb2903a 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -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!
 
@@ -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!