mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +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
|
|
@ -883,7 +883,11 @@ My work machine. Built for more security, this is the gold standard of my config
|
||||||
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
fwupd.enable = true;
|
fwupd = {
|
||||||
|
enable = true;
|
||||||
|
# framework also uses lvfs-testing, but I do not want to use it
|
||||||
|
extraRemotes = [ "lvfs" ];
|
||||||
|
};
|
||||||
udev.extraRules = ''
|
udev.extraRules = ''
|
||||||
# Make Framework 16 Ethernet Module work reliably
|
# Make Framework 16 Ethernet Module work reliably
|
||||||
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="8156", ATTR{power/autosuspend}="20"
|
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="8156", ATTR{power/autosuspend}="20"
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,11 @@ in
|
||||||
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
fwupd.enable = true;
|
fwupd = {
|
||||||
|
enable = true;
|
||||||
|
# framework also uses lvfs-testing, but I do not want to use it
|
||||||
|
extraRemotes = [ "lvfs" ];
|
||||||
|
};
|
||||||
udev.extraRules = ''
|
udev.extraRules = ''
|
||||||
# Make Framework 16 Ethernet Module work reliably
|
# Make Framework 16 Ethernet Module work reliably
|
||||||
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="8156", ATTR{power/autosuspend}="20"
|
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