my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

modules/iso/boot: use supportedFilesystems attrset

isabel 68d25001 c77bdd4e

+1 -9
+1 -9
modules/iso/boot.nix
··· 12 12 # we don't need to have any raid tools in our system 13 13 swraid.enable = mkForce false; 14 14 15 - # https://github.com/NixOS/nixpkgs/issues/58959 16 - supportedFilesystems = mkForce [ 17 - "btrfs" 18 - "vfat" 19 - "f2fs" 20 - "xfs" 21 - "ntfs" 22 - "cifs" 23 - ]; 15 + supportedFilesystems.zfs = false; 24 16 }; 25 17 }