3
0
Fork 0
forked from mirrors/nixpkgs

dnscrypt-proxy: make man 8 dnscrypt-proxy work (#41039)

This commit is contained in:
coretemp 2018-05-31 23:15:19 +02:00 committed by xeji
parent e4ba5dc3d6
commit 2d3db84ddb

View file

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