add more filesystems module
This commit is contained in:
parent
e3461aba5c
commit
f25a2e5dc6
1 changed files with 8 additions and 0 deletions
8
flakes/common/nix_modules/more_filesystems.nix
Normal file
8
flakes/common/nix_modules/more_filesystems.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
boot.supportedFilesystems = [
|
||||||
|
"btrfs"
|
||||||
|
"bcachefs"
|
||||||
|
"exfat"
|
||||||
|
"ntfs"
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue