From 82dccbdecaf73835153a6470c1792d397d2881fa Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 15 May 2024 20:49:51 +0800 Subject: [PATCH] fix: add exfat support for idols-ai --- hosts/12kingdoms-shoukei/hardware-configuration.nix | 1 + hosts/idols-ai/hardware-configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/12kingdoms-shoukei/hardware-configuration.nix b/hosts/12kingdoms-shoukei/hardware-configuration.nix index 3a7a17a9..dae1fbbb 100644 --- a/hosts/12kingdoms-shoukei/hardware-configuration.nix +++ b/hosts/12kingdoms-shoukei/hardware-configuration.nix @@ -37,6 +37,7 @@ "ntfs" "fat" "vfat" + "exfat" ]; # clear /tmp on boot to get a stateless /tmp directory. diff --git a/hosts/idols-ai/hardware-configuration.nix b/hosts/idols-ai/hardware-configuration.nix index 96bc1590..6166b40a 100644 --- a/hosts/idols-ai/hardware-configuration.nix +++ b/hosts/idols-ai/hardware-configuration.nix @@ -40,6 +40,7 @@ "ntfs" "fat" "vfat" + "exfat" ]; boot.initrd = {