NTFS Support

master
David Crompton 2023-09-14 12:34:17 -04:00
parent 05cd3005dc
commit 6b3b4cf7c2
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
./users.nix
];
# Support NTFS(3g)
boot.supportedFilesystems = ["ntfs"];
networking.firewall.enable = true;
# Use the systemd-boot EFI boot loader.