mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: enables extra repositories for fw-firmware
This commit is contained in:
parent
15205abbcf
commit
d2c0c12231
2 changed files with 10 additions and 2 deletions
|
|
@ -73,7 +73,11 @@ in
|
|||
|
||||
|
||||
services = {
|
||||
fwupd.enable = true;
|
||||
fwupd = {
|
||||
enable = true;
|
||||
# framework also uses lvfs-testing, but I do not want to use it
|
||||
extraRemotes = [ "lvfs" ];
|
||||
};
|
||||
udev.extraRules = ''
|
||||
# Make Framework 16 Ethernet Module work reliably
|
||||
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="8156", ATTR{power/autosuspend}="20"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue