"100 2026-01-27 16:08:19 26.05.20260123.c5296fd 6.18.7"
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
}: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
../../packet-tracer.nix
|
||||
./hardware-configuration.nix
|
||||
../../modules/packet-tracer.nix
|
||||
./local-packages.nix
|
||||
];
|
||||
|
||||
@@ -233,27 +233,6 @@
|
||||
};
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
#############
|
||||
### hardware
|
||||
#############
|
||||
|
||||
# everything amd gpu
|
||||
hardware.graphics.enable32Bit = true;
|
||||
hardware.graphics.extraPackages = [
|
||||
pkgs.rocmPackages.clr.icd
|
||||
pkgs.libva
|
||||
];
|
||||
|
||||
boot.initrd.kernelModules = ["amdgpu"];
|
||||
boot.kernelModules = ["amdgpu"];
|
||||
hardware.amdgpu.overdrive.ppfeaturemask = "0xffffffff";
|
||||
|
||||
services.hardware.openrgb.enable = true;
|
||||
hardware.openrazer = {
|
||||
enable = true;
|
||||
users = ["sarah"];
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = ["amdgpu"];
|
||||
|
||||
environment.variables = {
|
||||
|
||||
Reference in New Issue
Block a user