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

@@ -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 = {