run nix fmt

This commit is contained in:
jopejoe1 2024-07-16 21:52:40 +02:00
parent 47f93f87a5
commit e24f78d5f5
4 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,10 @@
"rtsx_pci_sdmmc"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" "coretemp" ];
boot.kernelModules = [
"kvm-intel"
"coretemp"
];
boot.extraModulePackages = [ ];
fileSystems."/" = {