This commit is contained in:
2026-03-16 11:57:25 -05:00
parent 33f0a085ef
commit 8d2b16825a
3 changed files with 14 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
"librepods": { "librepods": {
"fetcher": "git", "fetcher": "git",
"url": "https://github.com/kavishdevar/librepods", "url": "https://github.com/kavishdevar/librepods",
"rev": "c852b726deb5344ea3637332722a7c93f3858d60", "rev": "decf070f9f512f5369ef30083915462a702671b5",
"hash": "sha256-RoOkINI+ahepAbgwdkcl1iI9XGI/gYXWiH0J9Eb90pg=", "hash": "sha256-QxyToFpzfQJlUgrMTWMJuMColoNdsGV4/YLXqBOBBwE=",
"cargoHash": "sha256-Ebqx+UU2tdygvqvDGjBSxbkmPnkR47/yL3sCVWo54CU=", "cargoHash": "sha256-Ebqx+UU2tdygvqvDGjBSxbkmPnkR47/yL3sCVWo54CU=",
"cargoSubdir": "linux-rust" "cargoSubdir": "linux-rust"
} }

View File

@@ -25,7 +25,13 @@
}, },
"unstable": { "unstable": {
"variables": { "variables": {
"modDirVersion": "7.0.0-rc2" "modDirVersion": "7.0.0-rc4"
},
"sources": {
"unstable": {
"rev": "89923b2607773d6d4afb77b99e3586546415d3c9",
"hash": "sha256-Ud9Wg3knXtMzU0YyZcfdE28Z+anjM5vp3ubZ/EkcAiQ="
}
} }
} }
}, },

View File

@@ -9,7 +9,9 @@ let
in in
{ {
# Configure bootloader with lanzaboot and secureboot # Configure bootloader with lanzaboot and secureboot
hardware.wirelessRegulatoryDatabase = true;
boot = { boot = {
kernelModules = [ kernelModules = [
"nct6775" "nct6775"
"kvm-amd" "kvm-amd"
@@ -44,6 +46,9 @@ in
consoleLogLevel = 3; consoleLogLevel = 3;
bootspec.enable = true; bootspec.enable = true;
extraModprobeConfig = ''
options cfg80211 ieee80211_regdom=US
'';
}; };
fileSystems = { fileSystems = {