nixos/pdns-recursor: declare module user as system user
This commit is contained in:
parent
1627bef9c1
commit
6c39180b37
2 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue