summaryrefslogtreecommitdiff
path: root/hosts/toaster
diff options
context:
space:
mode:
authorGrigory Shipunov2023-06-19 19:29:51 +0200
committerGrigory Shipunov2023-06-19 19:29:51 +0200
commit9d3531ec27ca41aff931dde8a5d84615bb6ca43b (patch)
treecb828e62ed2d3f4ad640a17cad21c58b5a385e1a /hosts/toaster
parent7e22d089a1bc836cb15199e4ed48a7adc94b08e9 (diff)
remove dead code
Diffstat (limited to 'hosts/toaster')
-rw-r--r--hosts/toaster/amdgpu-sg-fix.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/toaster/amdgpu-sg-fix.nix b/hosts/toaster/amdgpu-sg-fix.nix
deleted file mode 100644
index b67bd57..0000000
--- a/hosts/toaster/amdgpu-sg-fix.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{ ... }:
-{
- boot.kernelParams = [ "amdgpu.sg_display=0" ];
-}