feat: enable btrfs
This commit is contained in:
parent
522d18fea0
commit
d1a34c591b
|
@ -11,7 +11,7 @@
|
|||
allowDiscards = true;
|
||||
};
|
||||
};
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
boot.supportedFilesystems = [ "btrfs" "ntfs" ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Reference in a new issue