chore: autoformat
This commit is contained in:
parent
337ee6db4a
commit
be381d1ebd
18 changed files with 158 additions and 116 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue