summaryrefslogtreecommitdiff
path: root/hosts/toaster/amd.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-07-19 12:27:04 +0000
committerGrisha Shipunov2025-07-19 12:59:37 +0000
commit1baa256be04a8b4e711a7d48a76197b5ffad6637 (patch)
treebbc01e0efd976e8f6185f421e41c650c1e6a53ee /hosts/toaster/amd.nix
parentb602a0c24771b1209003098ffa7ac496642cd084 (diff)
retire toaster
Diffstat (limited to 'hosts/toaster/amd.nix')
-rw-r--r--hosts/toaster/amd.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/hosts/toaster/amd.nix b/hosts/toaster/amd.nix
deleted file mode 100644
index b58784f..0000000
--- a/hosts/toaster/amd.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-{ ... }:
-{
- boot.initrd.kernelModules = [ "amdgpu" ];
-
- boot.kernelParams = [
- # use new amd pstate driver
- "amd_pstate=active"
- # fix flicker
- "amdgpu.dcdebugmask=0x10"
- ];
-
- # hardware.graphics = {
- # extraPackages = with pkgs; [
- # rocm-opencl-icd
- # rocm-opencl-runtime
- # amdvlk
- # ];
- # extraPackages32 = with pkgs; [
- # driversi686Linux.amdvlk
- # ];
- # };
-}