diff --git a/nixosConfigurations/gerg-desktop/kernelConfig b/nixosConfigurations/gerg-desktop/kernelConfig index 993b971..7f2352e 100644 --- a/nixosConfigurations/gerg-desktop/kernelConfig +++ b/nixosConfigurations/gerg-desktop/kernelConfig @@ -5292,16 +5292,16 @@ CONFIG_BUFFER_HEAD=y CONFIG_LEGACY_DIRECT_IO=y # CONFIG_EXT2_FS is not set # CONFIG_EXT3_FS is not set -# CONFIG_EXT4_FS is not set +CONFIG_EXT4_FS=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set -# CONFIG_XFS_FS is not set +CONFIG_XFS_FS=y # CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS is not set -# CONFIG_BTRFS_FS is not set +CONFIG_BTRFS_FS is not set # CONFIG_NILFS2_FS is not set # CONFIG_F2FS_FS is not set -# CONFIG_BCACHEFS_FS is not set +CONFIG_BCACHEFS_FS=y # CONFIG_ZONEFS_FS is not set # CONFIG_FS_DAX is not set CONFIG_FS_POSIX_ACL=y diff --git a/nixosConfigurations/gerg-desktop/main.nix b/nixosConfigurations/gerg-desktop/main.nix index 7e622b8..95ef532 100644 --- a/nixosConfigurations/gerg-desktop/main.nix +++ b/nixosConfigurations/gerg-desktop/main.nix @@ -60,7 +60,10 @@ boot = { binfmt.emulatedSystems = [ "aarch64-linux" ]; - supportedFilesystems.ntfs = true; + supportedFilesystems = { + ext4 = true; + ntfs = true; + }; initrd = { availableKernelModules = [ "nvme"