Unverified Commit 91541ab4 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

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

parents 1c91928d 2cb2ffd2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"