diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
