summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epistemia/systems/demiurge.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm
index 77e681e..590c979 100644
--- a/epistemia/systems/demiurge.scm
+++ b/epistemia/systems/demiurge.scm
@@ -64,7 +64,9 @@
64 (kernel linux-6.18) 64 (kernel linux-6.18)
65 (kernel-arguments (list "net.ifnames=0" 65 (kernel-arguments (list "net.ifnames=0"
66 "modprobe.blacklist=snd_hda_intel" 66 "modprobe.blacklist=snd_hda_intel"
67 "amdgpu.gfxoff=0")) 67 "amdgpu.gfxoff=0"
68 "amdgpu.aspm=0"
69 "amdgpu.runpm=0"))
68 (kernel-loadable-modules (list (list zfs-linux "module"))) 70 (kernel-loadable-modules (list (list zfs-linux "module")))
69 71
70 (initrd (lambda (file-systems . args) 72 (initrd (lambda (file-systems . args)