Revert "SP-IOV test"

This reverts commit 965609b07a.
This commit is contained in:
Aleksandr Lebedev 2025-10-04 22:23:13 +02:00
parent 83f4932be5
commit a38a53a7c5
4 changed files with 3 additions and 46 deletions

View file

@ -31,25 +31,9 @@ in
with lib.custom; {
facter.reportPath = ./facter.json;
systemd.network.wait-online.enable = lib.mkForce false; #facter
imports = [
"${inputs.sr-iov}/sriov.nix"
];
virtualisation.cyberus.intel-graphics-sriov.enable = true;
virtualisation.virtualbox.host = {
enable = true;
package =
(import (pkgs.fetchFromGitHub {
owner = "nixos";
repo = "nixpkgs";
rev = "0398740424de50bc851ece775b19cc5d5eb755e9";
sha256 = "sha256-ZA9s5LroljnJtU4HcGSGB2sqGcSVO3OD+qz5wo+wmlE=";
}) {inherit (pkgs) system;}).virtualbox;
enableKvm = true;
enableHardening = false;
addNetworkInterface = false;
};
custom.hardware.hibernation = {
enable = false;
enable = true;
swapFileOffset = 533760;
};
custom.presets.disko.impermanenceBtrfsLuks = {