Add NTFS support to dragon

This commit is contained in:
Daniel Flanagan 2023-11-30 15:48:22 -06:00
parent a665227a69
commit 9bd4f65fe5
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -10,6 +10,8 @@
}: { }: {
networking.hostName = "dragon"; networking.hostName = "dragon";
boot.supportedFilesystems = ["ntfs"];
imports = imports =
[ [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")