diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix index fffc53c8e551..b7dd6477984e 100644 --- a/nixos/modules/profiles/base.nix +++ b/nixos/modules/profiles/base.nix @@ -53,6 +53,9 @@ # Include support for various filesystems and tools to create / manipulate them. boot.supportedFilesystems = lib.mkMerge [ [ + "ext2" + "ext3" + "ext4" "btrfs" "cifs" "f2fs"