removed zfs from rpi image, speeding up build times a ton.
This commit is contained in:
parent
b650a618ad
commit
6ff0717428
|
@ -24,6 +24,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
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;
|
hardware.enableRedistributableFirmware = true;
|
||||||
host = {
|
host = {
|
||||||
user = "gabe";
|
user = "gabe";
|
||||||
|
|
Loading…
Reference in a new issue