Merge pull request #119203 from khumba/system76-firmware-cli-path

nixos/system76: add system76-firmware to environment.systemPackages
This commit is contained in:
Sandro 2021-04-12 16:00:04 +02:00 committed by GitHub
commit 5436f0546e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,9 @@ let
firmware-pkg = pkgs.system76-firmware;
firmwareConfig = mkIf cfg.firmware-daemon.enable {
# Make system76-firmware-cli usable by root from the command line.
environment.systemPackages = [ firmware-pkg ];
services.dbus.packages = [ firmware-pkg ];
systemd.services.system76-firmware-daemon = {