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.