summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-07-08 14:33:00 +0200
committerGitHub <noreply@github.com>2023-07-08 14:33:00 +0200
commit0d2f526dbb0736ebdef819f2eee164590f588e5c (patch)
treeac9d6f995adc04fbe31bdb826a825ada6f60e380 /nixos/modules/misc
parent4571ed03ae5d0f9b73506aad34ef1986aaa26b8d (diff)
parentd35df28f65208764f6f94ba330c98615d95b934c (diff)
downloadnixpkgs-0d2f526dbb0736ebdef819f2eee164590f588e5c.tar
nixpkgs-0d2f526dbb0736ebdef819f2eee164590f588e5c.tar.gz
nixpkgs-0d2f526dbb0736ebdef819f2eee164590f588e5c.tar.bz2
nixpkgs-0d2f526dbb0736ebdef819f2eee164590f588e5c.tar.lz
nixpkgs-0d2f526dbb0736ebdef819f2eee164590f588e5c.tar.xz
nixpkgs-0d2f526dbb0736ebdef819f2eee164590f588e5c.tar.zst
nixpkgs-0d2f526dbb0736ebdef819f2eee164590f588e5c.zip
Merge pull request #241462 from SuperSandro2000/remove-ddclient
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 5b278b5e806..dc59ccb357d 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -69,7 +69,7 @@ in
       #dialout = 27; # unused
       polkituser = 28;
       #utmp = 29; # unused
-      # ddclient = 30; # converted to DynamicUser = true
+      # ddclient = 30; # software removed
       davfs2 = 31;
       disnix = 33;
       osgi = 34;
@@ -394,7 +394,7 @@ in
       dialout = 27;
       #polkituser = 28; # currently unused, polkitd doesn't need a group
       utmp = 29;
-      # ddclient = 30; # converted to DynamicUser = true
+      # ddclient = 30; # software removed
       davfs2 = 31;
       disnix = 33;
       osgi = 34;