summaryrefslogtreecommitdiffstats
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2023-10-15 16:32:44 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-10-20 23:49:18 +0200
commit8a8ec36615daecf2705cab80c3a926a0590eefff (patch)
tree53e741171900334f455af6405c947c418fc95ce5 /nixos/modules/misc/ids.nix
parent57f0dd3a2fe3b4b714acea3daea6d492cc51b036 (diff)
Revert "ddclient: remove package and module on upstream maintainer request"
This reverts commit d35df28f65208764f6f94ba330c98615d95b934c. Upstream ddclient has new maintainers and made a new release (update in next commit(s)).
Diffstat (limited to 'nixos/modules/misc/ids.nix')
-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 dc59ccb357d4..5b278b5e8062 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; # software removed
+ # ddclient = 30; # converted to DynamicUser = true
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; # software removed
+ # ddclient = 30; # converted to DynamicUser = true
davfs2 = 31;
disnix = 33;
osgi = 34;