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

This commit is contained in:
Aaron Andersen 2020-10-17 17:59:45 -04:00
parent 1627bef9c1
commit 6c39180b37
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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";
};