Merge pull request #222151 from nazarewk/supergfxd-path

supergfxd: add missing kmod to PATH
This commit is contained in:
K900 2023-03-20 11:53:33 +03:00 committed by GitHub
commit af8b2c25ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ in
systemd.packages = [ pkgs.supergfxctl ];
systemd.services.supergfxd.wantedBy = [ "multi-user.target" ];
systemd.services.supergfxd.path = [ pkgs.kmod ];
services.dbus.packages = [ pkgs.supergfxctl ];
services.udev.packages = [ pkgs.supergfxctl ];