NTFS Support
parent
6b7a2ee80e
commit
f5169b2fa2
|
@ -18,6 +18,9 @@
|
||||||
./users.nix
|
./users.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Support NTFS(3g)
|
||||||
|
boot.supportedFilesystems = ["ntfs"];
|
||||||
|
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
|
|
Loading…
Reference in New Issue