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