NTFS Support

David Crompton 2023-09-14 12:34:17 -04:00
parent 6b7a2ee80e
commit f5169b2fa2
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.