disable redundant features

This commit is contained in:
k3t
2026-09-03 08:28:03 +00:00
parent 1eb528fdc7
commit a00258ed3d
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -4,12 +4,12 @@
{ config, pkgs, ... }:
let
amdgpu-kernel-module = pkgs.callPackage ./amdgpu-kernel-module.nix {
#let
# amdgpu-kernel-module = pkgs.callPackage ./amdgpu-kernel-module.nix {
# Make sure the module targets the same kernel as your system is using.
kernel = config.boot.kernelPackages.kernel;
};
in
# kernel = config.boot.kernelPackages.kernel;
# };
#in
{
imports =
@@ -20,14 +20,14 @@ in
networking.hostName = "TheBlackBox";
# Linux and VR... nightmare below
boot.extraModulePackages = [
(amdgpu-kernel-module.overrideAttrs (_: {
patches = [ ./amdgpu-cap_sys_nice_begone.patch ];
}))
];
#boot.extraModulePackages = [
# (amdgpu-kernel-module.overrideAttrs (_: {
# patches = [ ./amdgpu-cap_sys_nice_begone.patch ];
# }))
#];
# Synergy
services.synergy.server.enable = true;
#services.synergy.server.enable = true;
services.wivrn = {
enable = true;