Added minimal zfs config

Still want to add an option for zfs on root later on.
This commit is contained in:
Alejandro Angulo 2023-03-25 10:16:14 -07:00
parent 954d01d4fe
commit 8df356ad9c
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 26 additions and 5 deletions

View file

@ -39,6 +39,8 @@
};
hardware.audio.enable = true;
system.zfs.enable = true;
};
boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"];