Skip to content

Commit

Permalink
fix: add exfat support for idols-ai
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed May 15, 2024
1 parent af88851 commit 82dccbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hosts/12kingdoms-shoukei/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"ntfs"
"fat"
"vfat"
"exfat"
];

# clear /tmp on boot to get a stateless /tmp directory.
Expand Down
1 change: 1 addition & 0 deletions hosts/idols-ai/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"ntfs"
"fat"
"vfat"
"exfat"
];

boot.initrd = {
Expand Down

0 comments on commit 82dccbd

Please sign in to comment.