oidentd: listen on IPv6
This commit is contained in:
parent
875f660481
commit
fc96dbb1a2
@ -28,7 +28,9 @@ with lib;
|
||||
jobs.oidentd =
|
||||
{ startOn = "started network-interfaces";
|
||||
daemonType = "fork";
|
||||
exec = "${pkgs.oidentd}/sbin/oidentd -u oidentd -g nogroup";
|
||||
exec = "${pkgs.oidentd}/sbin/oidentd -u oidentd -g nogroup" +
|
||||
optionalString config.networking.enableIPv6 " -a ::"
|
||||
;
|
||||
};
|
||||
|
||||
users.extraUsers.oidentd = {
|
||||
|
Loading…
Reference in New Issue
Block a user