chore: run formatter

This commit is contained in:
2026-05-12 10:36:25 +02:00
parent f4b9eff715
commit db1e9c15ac

View File

@@ -90,7 +90,13 @@ nixpkgs.lib.nixosSystem {
# TEMP:(@janezicmatej) temporary mitigation for dirty frag
# blocks esp4/esp6 (CVE-2026-43284) and rxrpc (CVE-2026-43500)
# remove once nixpkgs ships a kernel with f4c50a4034e6 and the rxrpc fix
{ boot.blacklistedKernelModules = [ "esp4" "esp6" "rxrpc" ]; }
{
boot.blacklistedKernelModules = [
"esp4"
"esp6"
"rxrpc"
];
}
featureEnableModule
hostConfig