summary refs log tree commit diff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-04-04 21:20:04 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-04-04 21:20:07 -0700
commitb3c423757e9f574ed51e1e5f01c7dfa1777def97 (patch)
tree39a176a763680705381ccedb7b8487c1bb2deda3 /nixos/modules/misc/ids.nix
parent45b37ca1d820586c2c9b065889ded1a1fe9ffbe6 (diff)
downloadnixpkgs-b3c423757e9f574ed51e1e5f01c7dfa1777def97.tar
nixpkgs-b3c423757e9f574ed51e1e5f01c7dfa1777def97.tar.gz
nixpkgs-b3c423757e9f574ed51e1e5f01c7dfa1777def97.tar.bz2
nixpkgs-b3c423757e9f574ed51e1e5f01c7dfa1777def97.tar.lz
nixpkgs-b3c423757e9f574ed51e1e5f01c7dfa1777def97.tar.xz
nixpkgs-b3c423757e9f574ed51e1e5f01c7dfa1777def97.tar.zst
nixpkgs-b3c423757e9f574ed51e1e5f01c7dfa1777def97.zip
nixos/rdnssd: Major refactoring
This updates rdnssd to the following:
* Using the systemd interfaces directly
* Using the rdnssd user instead of the root user
* Integrating with resolvconf instead of writing directly to /etc/resolv.conf
Diffstat (limited to 'nixos/modules/misc/ids.nix')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index acb4af7a933..c2523a3cc32 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -213,6 +213,7 @@
       zope2 = 185;
       ripple-data-api = 186;
       mediatomb = 187;
+      rdnssd = 188;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
@@ -403,6 +404,7 @@
       #zope2 = 185; # unused
       #ripple-data-api = 186; #unused
       mediatomb = 187;
+      #rdnssd = 188; # unused
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal