diff options
| author | ene <ene@sils.li> | 2023-04-04 08:06:13 +0200 |
|---|---|---|
| committer | ene <ene@sils.li> | 2023-04-04 08:06:13 +0200 |
| commit | fd1f1858d5d965e94998a886bafc8c019721cfe7 (patch) | |
| tree | c14933e8e5e2561ba0f195cd12090143d57662e1 /hosts | |
| parent | Fix(hm/impermanence): Save the complete .local (diff) | |
| download | nixos-config-fd1f1858d5d965e94998a886bafc8c019721cfe7.zip | |
Style(treewide): Format
Diffstat (limited to '')
| -rw-r--r-- | hosts/tiamat/hardware/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix index 151e42b6..bb4596ec 100644 --- a/hosts/tiamat/hardware/default.nix +++ b/hosts/tiamat/hardware/default.nix @@ -27,6 +27,6 @@ boot = { kernelModules = ["kvm-amd"]; - initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; + initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"]; }; } |
