nut: configure the user and group nut should be built with (#460445)

This commit is contained in:
Bjørn Forsman
2025-11-20 19:07:07 +00:00
committed by GitHub
+2
View File
@@ -106,6 +106,8 @@ stdenv.mkDerivation rec {
"--with-systemdshutdowndir=$(out)/lib/systemd/system-shutdown"
"--with-systemdtmpfilesdir=$(out)/lib/tmpfiles.d"
"--with-udev-dir=$(out)/etc/udev"
"--with-user=nutmon"
"--with-group=nutmon"
]
++ (lib.lists.optionals withApcModbus [
"--with-modbus+usb"