nixos/system76: add system76-firmware to environment.systemPackages
This commit is contained in:
parent
0c27bb45a0
commit
1ccae60c2c
@ -17,6 +17,9 @@ let
|
|||||||
|
|
||||||
firmware-pkg = pkgs.system76-firmware;
|
firmware-pkg = pkgs.system76-firmware;
|
||||||
firmwareConfig = mkIf cfg.firmware-daemon.enable {
|
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 ];
|
services.dbus.packages = [ firmware-pkg ];
|
||||||
|
|
||||||
systemd.services.system76-firmware-daemon = {
|
systemd.services.system76-firmware-daemon = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user