nixos/pdns-recursor: declare module user as system user

wip/yesman
Aaron Andersen 4 years ago
parent 1627bef9c1
commit 6c39180b37
  1. 2
      nixos/modules/misc/ids.nix
  2. 1
      nixos/modules/services/networking/pdns-recursor.nix

@ -297,7 +297,7 @@ in
headphones = 266;
couchpotato = 267;
gogs = 268;
pdns-recursor = 269;
#pdns-recursor = 269; # dynamically allocated as of 2020-20-18
#kresd = 270; # switched to "knot-resolver" with dynamic ID
rpc = 271;
geoip = 272;

@ -189,7 +189,6 @@ in {
users.users.pdns-recursor = {
isSystemUser = true;
group = "pdns-recursor";
uid = config.ids.uids.pdns-recursor;
description = "PowerDNS Recursor daemon user";
};

Loading…
Cancel
Save