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:
parent
1627bef9c1
commit
6c39180b37
2 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue