dotfiles/flakes/common/nix_modules/more_filesystems.nix
RingOfStorms (Joshua Bell) f25a2e5dc6 add more filesystems module
2025-12-30 08:45:46 -06:00

8 lines
91 B
Nix

{
boot.supportedFilesystems = [
"btrfs"
"bcachefs"
"exfat"
"ntfs"
];
}