Unverified Commit cee68718 authored by rht's avatar rht
Browse files

hddfancontrol: Disable network access

parent 25181b59
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -60,6 +60,10 @@ in
      systemd.services.hddfancontrol = {
        wantedBy = [ "multi-user.target" ];
        environment.HDDFANCONTROL_ARGS = lib.escapeShellArgs args;
        serviceConfig = {
          # Hardening
          PrivateNetwork = true;
        };
      };
    }
  );