forked from mirrors/nixpkgs
dnscrypt-proxy: make man 8 dnscrypt-proxy work (#41039)
This commit is contained in:
parent
e4ba5dc3d6
commit
2d3db84ddb
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# make man 8 dnscrypt-proxy work
|
||||||
|
environment.systemPackages = [ pkgs.dnscrypt-proxy ];
|
||||||
|
|
||||||
users.users.dnscrypt-proxy = {
|
users.users.dnscrypt-proxy = {
|
||||||
description = "dnscrypt-proxy daemon user";
|
description = "dnscrypt-proxy daemon user";
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue