diff --git a/packages/librepods-beta/version.json b/packages/librepods-beta/version.json index d735e28..acccb5c 100644 --- a/packages/librepods-beta/version.json +++ b/packages/librepods-beta/version.json @@ -4,8 +4,8 @@ "librepods": { "fetcher": "git", "url": "https://github.com/kavishdevar/librepods", - "rev": "c852b726deb5344ea3637332722a7c93f3858d60", - "hash": "sha256-RoOkINI+ahepAbgwdkcl1iI9XGI/gYXWiH0J9Eb90pg=", + "rev": "decf070f9f512f5369ef30083915462a702671b5", + "hash": "sha256-QxyToFpzfQJlUgrMTWMJuMColoNdsGV4/YLXqBOBBwE=", "cargoHash": "sha256-Ebqx+UU2tdygvqvDGjBSxbkmPnkR47/yL3sCVWo54CU=", "cargoSubdir": "linux-rust" } diff --git a/packages/raspberrypi/linux-rpi/version.json b/packages/raspberrypi/linux-rpi/version.json index 8a1c996..6b5a066 100644 --- a/packages/raspberrypi/linux-rpi/version.json +++ b/packages/raspberrypi/linux-rpi/version.json @@ -25,7 +25,13 @@ }, "unstable": { "variables": { - "modDirVersion": "7.0.0-rc2" + "modDirVersion": "7.0.0-rc4" + }, + "sources": { + "unstable": { + "rev": "89923b2607773d6d4afb77b99e3586546415d3c9", + "hash": "sha256-Ud9Wg3knXtMzU0YyZcfdE28Z+anjM5vp3ubZ/EkcAiQ=" + } } } }, diff --git a/systems/x86_64-linux/allyx/boot.nix b/systems/x86_64-linux/allyx/boot.nix index 7c299ea..fc67f0f 100644 --- a/systems/x86_64-linux/allyx/boot.nix +++ b/systems/x86_64-linux/allyx/boot.nix @@ -9,7 +9,9 @@ let in { # Configure bootloader with lanzaboot and secureboot + hardware.wirelessRegulatoryDatabase = true; boot = { + kernelModules = [ "nct6775" "kvm-amd" @@ -44,6 +46,9 @@ in consoleLogLevel = 3; bootspec.enable = true; + extraModprobeConfig = '' + options cfg80211 ieee80211_regdom=US + ''; }; fileSystems = {