mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-16 20:14:11 -05:00
add kernel modules for zfs to the live image
This commit is contained in:
parent
348a375c47
commit
271c3889d6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
boot.supportedFilesystems = lib.mkForce ["btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs"];
|
||||
boot.supportedFilesystems = lib.mkForce ["zfs" "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs"];
|
||||
networking.wireless.enable = false;
|
||||
|
||||
user.live.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue