This commit is contained in:
2026-05-24 13:09:09 +02:00
parent 9b09f60121
commit 64e088a0df
8 changed files with 116 additions and 43 deletions

View File

@@ -0,0 +1,10 @@
{ pkgs, ... }:
{
boot.supportedFilesystems = [
"exfat"
];
environment.systemPackages = with pkgs; [
exfat
];
}