Fix folder paths, set Tower back to stable, remove Nix channels for system for now
This commit is contained in:
parent
f8ba0f4514
commit
f8cbfda048
12 changed files with 42 additions and 39 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgsUnstable, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
commonKernelParams = [
|
||||
# VM/GPU passthrough
|
||||
|
@ -13,7 +13,7 @@ let
|
|||
in {
|
||||
boot = {
|
||||
# Latest kernel and IOMMU isolation
|
||||
kernelPackages = pkgsUnstable.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = commonKernelParams ++ [ "vfio-pci.ids=10de:1f82,10de:10fa" ];
|
||||
|
||||
# Load into GPU before video driver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue