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