PortValhalla/lib/modules/fileSystems/fs.nix

7 lines
93 B
Nix

{
ext4 = "ext4";
btrfs = "btrfs";
swap = "swap";
ntfs = "ntfs";
fat32 = "fat32";
}