summaryrefslogtreecommitdiff
path: root/host/hardware/athena.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-04-23 16:19:25 +0200
committerAdrian Kummerlaender2020-04-23 16:19:25 +0200
commit7e33e2bf9b5cd3110e8022629aacb32e85174c11 (patch)
treeacc20e0651ed02c7e5557689d55437f172b47754 /host/hardware/athena.nix
parent93e2032c3e521b9d84118bdeab4235cfbd522557 (diff)
downloadnixos_system-7e33e2bf9b5cd3110e8022629aacb32e85174c11.tar
nixos_system-7e33e2bf9b5cd3110e8022629aacb32e85174c11.tar.gz
nixos_system-7e33e2bf9b5cd3110e8022629aacb32e85174c11.tar.bz2
nixos_system-7e33e2bf9b5cd3110e8022629aacb32e85174c11.tar.lz
nixos_system-7e33e2bf9b5cd3110e8022629aacb32e85174c11.tar.xz
nixos_system-7e33e2bf9b5cd3110e8022629aacb32e85174c11.tar.zst
nixos_system-7e33e2bf9b5cd3110e8022629aacb32e85174c11.zip
Update athena config to 20.03
Diffstat (limited to 'host/hardware/athena.nix')
-rw-r--r--host/hardware/athena.nix2
1 files changed, 1 insertions, 1 deletions
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."/" =