From 4149d803d6f84f726d6c82d7ed4a87f22746cf69 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 11 Mar 2024 04:02:17 -0400 Subject: glados: support ntfs again :/ --- systems/glados/boot.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems') diff --git a/systems/glados/boot.nix b/systems/glados/boot.nix index fc1b3fe..7f6793e 100644 --- a/systems/glados/boot.nix +++ b/systems/glados/boot.nix @@ -23,5 +23,7 @@ enable = true; pkiBundle = "/etc/secureboot"; }; + + supportedFilesystems = ["ntfs"]; }; } -- cgit v1.2.3