From 91d4b9c9636321baf14b4dc3f3160a1f557d29b0 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 24 Oct 2019 11:06:26 +0100 Subject: profiles/packages: Remove Python 2 --- machines/devhell/gunnr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/devhell') diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix index 93e33c46..ea2305fc 100644 --- a/machines/devhell/gunnr.nix +++ b/machines/devhell/gunnr.nix @@ -24,7 +24,7 @@ kernelModules = [ "fuse" ]; }; - kernelParams = [ ]; + kernelParams = [ "pcie_aspm=off" ]; kernelModules = [ "kvm-amd" ]; extraModulePackages = [ ]; blacklistedKernelModules = [ ]; -- cgit 1.4.1