diff --git a/hosts/nero/configuration.nix b/hosts/nero/configuration.nix index c5aad74..361adcf 100644 --- a/hosts/nero/configuration.nix +++ b/hosts/nero/configuration.nix @@ -5,6 +5,10 @@ }: let unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}; + + wivrn-overlay = _final: _prev: { + inherit (unstable) wivrn; + }; in { imports = [ @@ -13,6 +17,10 @@ in ../../features/flatpak.nix ]; + nixpkgs.overlays = [ + wivrn-overlay + ]; + boot = { kernelParams = [ "vfio-pci.ids=10de:2782,10de:22bc"