summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorseth <[email protected]>2024-03-11 04:02:17 -0400
committerseth <[email protected]>2024-03-11 04:02:17 -0400
commit4149d803d6f84f726d6c82d7ed4a87f22746cf69 (patch)
tree86d09bb29f467c11de88edeedb823e9bdd1f8778 /systems
parent2607175a9c65ae1b0735bba1d013fede4780ca15 (diff)
glados: support ntfs again :/
Diffstat (limited to 'systems')
-rw-r--r--systems/glados/boot.nix2
1 files changed, 2 insertions, 0 deletions
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"];
};
}