mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
nixos/fwupd: enable udisks2
Without this, you get a warning that fwupd is unable to find the ESP partition. c.f. https://github.com/fwupd/fwupd/wiki/PluginFlag:esp-not-found
This commit is contained in:
parent
0b73b43a94
commit
fb5bceb3ff
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ in {
|
|||
|
||||
services.udev.packages = [ cfg.package ];
|
||||
|
||||
services.udisks2.enable = true;
|
||||
|
||||
systemd.packages = [ cfg.package ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue