lol

nixos: add xfs support to profiles/minimal

+1 -1
+1 -1
nixos/modules/profiles/base.nix
··· 47 47 ]; 48 48 49 49 # Include support for various filesystems. 50 - boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "zfs" "ntfs" "cifs" ]; 50 + boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "zfs" "ntfs" "cifs" ]; 51 51 52 52 # Configure host id for ZFS to work 53 53 networking.hostId = "8425e349";