Add NTFS support to dragon
This commit is contained in:
parent
a665227a69
commit
9bd4f65fe5
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
}: {
|
||||
networking.hostName = "dragon";
|
||||
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
|
||||
imports =
|
||||
[
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
|
|
Loading…
Reference in a new issue