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

@ -19,7 +19,7 @@ in {
};
services.fwupd.enable = true; #fwupdmgr update
boot = {
#kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = !config.${namespace}.hardware.secureBoot.enable;
efi.canTouchEfiVariables = !config.${namespace}.hardware.asahi.enable;
@ -29,12 +29,6 @@ in {
# It will just not appear on screen unless a key is pressed
loader.timeout = 0;
};
services.logind = {
lidSwitch = mkDefault "suspend";
powerKey = mkDefault "suspend";
powerKeyLongPress = mkDefault "poweroff";
};
# Set your time zone.
time.timeZone = "Europe/Berlin";