From 5c2bd117a5601bf6d91dba5bdc833c4bc97dd1cc Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 28 Feb 2024 21:31:35 +0000 Subject: add veracrypt --- configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 60727d9..a090a9d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,6 +17,7 @@ boot.loader.grub.devices = [ "nodev" ]; boot.loader.grub.efiSupport = true; boot.loader.grub.useOSProber = true; + boot.supportedFilesystems = [ "ntfs" ]; networking.hostName = "nixos"; # Define your hostname. networking.wireless.enable = false; # Enables wireless support via wpa_supplicant. -- cgit v1.2.3