Add NTFS support to dragon
This commit is contained in:
parent
a665227a69
commit
9bd4f65fe5
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue