Move to flake based unstable import

This commit is contained in:
Jimbo 2025-02-25 02:14:16 -05:00
parent 611eaab26c
commit 2c4749f2cc
18 changed files with 17 additions and 29 deletions

View file

@ -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