Finish fixing radio, clean up printing and udev

This commit is contained in:
Artemis Tosini 2021-05-11 01:45:06 +00:00
parent 1e66b8c534
commit b88432cfa0
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
4 changed files with 3 additions and 16 deletions

@ -1 +1 @@
Subproject commit 1d77fc84c6c587b74e5404013d5144a0e5a348d8
Subproject commit c867a0a61269868b9a295226e4d5fea2ca889708

View file

@ -3,16 +3,5 @@
{
services.printing = {
enable = true;
drivers = with pkgs; [
(pkgs.brlaser.overrideAttrs (old: {
patches = [
(pkgs.fetchpatch {
name = "l2300d-fix.patch";
url = "https://patch-diff.githubusercontent.com/raw/pdewacht/brlaser/pull/68.patch";
sha256 = "07iqv048q0iplghn0aamjslyixw1p5jbk004i20xnl1vs95nyqzy";
})
];
}))
];
};
}

View file

@ -2,11 +2,10 @@
{
services.udev.packages = with pkgs; [
limesuite
soapysdr-with-plugins
];
environment.systemPackages = with pkgs; [
limesuite
soapysdr
soapysdr-with-plugins
gqrx
];
}

View file

@ -25,7 +25,6 @@
KERNEL=="eth*", ATTR{address}=="00:0f:53:16:15:9c", NAME="lan10g0"
KERNEL=="eth*", ATTR{address}=="00:0f:53:16:15:9d", NAME="lan10g1"
KERNEL=="eth*", ATTR{address}=="b4:2e:99:3d:07:66", NAME="lan1g0"
SUBSYSTEM=="usb", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0407", MODE="0660", GROUP="plugdev"
'';
networking.bridges.br0 = {
rstp = true;