Adapt ACME configuration to NixOS 20.03
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
|
||||
# A bunch of boot parameters needed for optimal runtime on RPi 3B
|
||||
boot.kernelParams = ["cma=32M" "zfs.zfs_arc_max=12884901888"];
|
||||
boot.kernelParams = ["cma=32M" "zfs.zfs_arc_max=134217728"];
|
||||
boot.loader.raspberryPi = {
|
||||
enable = true;
|
||||
version = 3;
|
||||
|
||||
Reference in New Issue
Block a user