partial btrfs support

doesn't actually know how to make the filesystem, just
kernel config and accept it as a valid option
This commit is contained in:
Daniel Barlow 2024-01-07 16:43:43 +00:00
parent 243295aab8
commit 3c941b4ce2
3 changed files with 41 additions and 0 deletions

View file

@ -40,6 +40,7 @@ in {
rootfsType = mkOption {
default = "squashfs";
type = types.enum [
"btrfs"
"ext4"
"jffs2"
"squashfs"