up
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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="
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user