fix pre-commit config and run formatter

This commit is contained in:
lilly 2025-02-10 17:30:20 +01:00
commit ce97b624e0
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
5 changed files with 8 additions and 6 deletions

View file

@ -23,7 +23,7 @@
"virtio_blk"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.loader.grub = {
@ -58,7 +58,10 @@
type = "filesystem";
format = "ext4";
mountpoint = "/";
mountOptions = [ "defaults" "noatime" ];
mountOptions = [
"defaults"
"noatime"
];
};
};
};