From 78bd281410915e2b9fa2d0da5d49daa5ea9987b4 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 23 May 2026 18:54:08 -0400 Subject: add exfat support --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 6ea890e..edda465 100644 --- a/configuration.nix +++ b/configuration.nix @@ -3,8 +3,7 @@ pkgs, inputs, ... -}: -{ +}: { imports = [ ./hardware-configuration.nix ./lockscreen.nix @@ -19,6 +18,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.supportedFilesystems = ["exfat"]; + # Use latest kernel. boot.kernelPackages = pkgs.linuxPackages_latest; @@ -77,7 +78,6 @@ url = { "git@github.com:".insteadOf = "https://github.com/"; }; - }; }; -- cgit v1.3.1