removed zfs from rpi image, speeding up build times a ton.

This commit is contained in:
Gabe Venberg 2024-07-31 10:50:30 -05:00
parent b650a618ad
commit 6ff0717428

View file

@ -23,7 +23,8 @@
modulesPath,
...
}: {
imports = [ "${modulesPath}/installer/sd-card/sd-image-aarch64.nix" ];
imports = ["${modulesPath}/installer/sd-card/sd-image-aarch64.nix"];
boot.supportedFilesystems.zfs = lib.mkForce false;
hardware.enableRedistributableFirmware = true;
host = {
user = "gabe";