Move to flake based unstable import
This commit is contained in:
parent
611eaab26c
commit
2c4749f2cc
18 changed files with 17 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgsUnstable, ... }:
|
||||
let
|
||||
commonKernelParams = [
|
||||
# VM/GPU passthrough
|
||||
|
@ -16,7 +16,7 @@ let
|
|||
in {
|
||||
boot = {
|
||||
# Something something Zen or Xanmod for IOMMU isolation something zfs
|
||||
kernelPackages = pkgs.unstable.linuxPackages_xanmod_stable;
|
||||
kernelPackages = pkgsUnstable.linuxPackages_xanmod_stable;
|
||||
kernelParams = commonKernelParams ++ [ "vfio-pci.ids=10de:1f82,10de:10fa" ];
|
||||
|
||||
# Needed for GPU passthrough
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue