From 7e33e2bf9b5cd3110e8022629aacb32e85174c11 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 23 Apr 2020 16:19:25 +0200 Subject: Update athena config to 20.03 --- host/hardware/athena.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/hardware/athena.nix') diff --git a/host/hardware/athena.nix b/host/hardware/athena.nix index 0682645..b0fb576 100644 --- a/host/hardware/athena.nix +++ b/host/hardware/athena.nix @@ -9,7 +9,7 @@ ]; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; - boot.kernelModules = [ "kvm-intel" ]; + boot.kernelModules = [ "kvm-intel" "fuse" ]; boot.extraModulePackages = [ ]; fileSystems."/" = -- cgit v1.2.3