0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

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