diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-06-11 17:25:45 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-06-11 17:25:45 +0530 |
| commit | c17dad8344607a46df76b01d03873b1d02683c83 (patch) | |
| tree | cbe6b50684922d099c238051a2ec8c4c79b79069 /hardware-configuration.nix | |
| parent | db36ce12e4b4bfa7f5f34f835d58493429254521 (diff) | |
| download | nixos-config-c17dad8344607a46df76b01d03873b1d02683c83.tar.gz nixos-config-c17dad8344607a46df76b01d03873b1d02683c83.zip | |
chore: config update
Diffstat (limited to '')
| -rw-r--r-- | hardware-configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 6beaa45..40fd0aa 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -24,6 +24,7 @@ boot.extraModprobeConfig = '' options snd slots=snd-hda-intel ''; + boot.supportedFilesystems = [ "ntfs" ]; services.udev = { packages = [ |
