From 6b3b4cf7c2484cf7d420fe4f2bb1ef776e2774ee Mon Sep 17 00:00:00 2001 From: David Crompton Date: Thu, 14 Sep 2023 12:34:17 -0400 Subject: [PATCH] NTFS Support --- machines/kcnhub/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/kcnhub/configuration.nix b/machines/kcnhub/configuration.nix index 6341885..60bd0e2 100644 --- a/machines/kcnhub/configuration.nix +++ b/machines/kcnhub/configuration.nix @@ -18,6 +18,9 @@ ./users.nix ]; + # Support NTFS(3g) + boot.supportedFilesystems = ["ntfs"]; + networking.firewall.enable = true; # Use the systemd-boot EFI boot loader.