chore: autoformat

This commit is contained in:
Thiago Sposito 2026-01-10 21:54:04 -03:00
parent 337ee6db4a
commit be381d1ebd
Signed by: thiago
GPG key ID: 3065EA73A976D430
18 changed files with 158 additions and 116 deletions

View file

@ -1,8 +1,9 @@
{ config
, lib
, modulesPath
, pkgs
, ...
{
config,
lib,
modulesPath,
pkgs,
...
}:
{
@ -21,15 +22,19 @@
"sd_mod"
"xhci_pci"
];
kernelParams = [ # used to improve VM perfomance (guix experiments)
kernelParams = [
# used to improve VM perfomance (guix experiments)
"amd_pstate=active"
"usbcore.autosuspend=-1"
"hugepagesz=1G"
"hugepages=16"
"hugepagesz=1G"
"hugepages=16"
"default_hugepagesz=1G"
];
initrd.kernelModules = [ ];
kernelModules = [ "kvm-amd" "iwlwifi" ];
kernelModules = [
"kvm-amd"
"iwlwifi"
];
extraModulePackages = [ ];
};
fileSystems = {