summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-08-04 01:39:46 +0300
committertzlil <tzlils@protonmail.com>2023-08-04 01:39:46 +0300
commit6a229b7c89a7dac946d340c1fa705eca89eaef4c (patch)
tree6f303af5258d1c8f3b20d79e4c313537ff789bce /hosts
parentbb4d5063da0e38651a7762a0150bbd54248cfdc9 (diff)
ExtensionSettings with installation_mode blocked removes all uneccesary crap
Diffstat (limited to 'hosts')
-rw-r--r--hosts/navi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/navi/default.nix b/hosts/navi/default.nix
index 9587a42..7def17a 100644
--- a/hosts/navi/default.nix
+++ b/hosts/navi/default.nix
@@ -23,7 +23,7 @@
       tmp.cleanOnBoot = true;
       initrd = {
         supportedFilesystems = ["btrfs"];
-        availableKernelModules = ["xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" "usbhid" "snd_usb_audio" ];
+        availableKernelModules = ["xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" "usbhid" "snd_usb_audio"];
       };
       supportedFilesystems = ["ntfs"];
       kernelModules = ["kvm-intel" "snd-seq" "snd-rawmidi" "bridge" "hid_logitech_dj" "hid_logitech_hidpp"];