semicolon

This commit is contained in:
Motiejus Jakštys 2023-08-17 14:58:21 +03:00
parent 174c0b569e
commit 101ef65d00
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
boot.initrd.availableKernelModules = ["usbhid"];
boot.initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835"];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.kernelParams = ["cma=320M"]
boot.kernelParams = ["cma=320M"];
boot.kernelModules = [];
boot.extraModulePackages = [];
boot.loader.grub.enable = false;