diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-23 21:05:05 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-23 21:05:05 -0400 |
| commit | e094c2eb8bdbd7247fc87b2c22d81cd3b990def2 (patch) | |
| tree | 7783d215252cab83aa1e1ac6a843b8494b509157 | |
| parent | 01132663060e0ace2badde34ba25a216b22db15d (diff) | |
update ryantower kernel args
| -rw-r--r-- | RyanTower.scm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/RyanTower.scm b/RyanTower.scm index 431cbe3..01e5985 100644 --- a/RyanTower.scm +++ b/RyanTower.scm | |||
| @@ -4,8 +4,14 @@ | |||
| 4 | 4 | ||
| 5 | (operating-system | 5 | (operating-system |
| 6 | (inherit base-operating-system) | 6 | (inherit base-operating-system) |
| 7 | (kernel-arguments (append (list "amd_iommu=on") | 7 | (kernel-arguments (append (list "amd_iommu=on" |
| 8 | %default-kernel-arguments)) | 8 | "iommu=pt" |
| 9 | "pci=noats" | ||
| 10 | "pcie_aspm=off" | ||
| 11 | "modprobe.blacklist=nouveau" | ||
| 12 | "vfio-pci.disable_idle_d3=1" | ||
| 13 | "vfio-pci.ids=10de:13f1,10de:0fbb") | ||
| 14 | %default-kernel-arguments)) | ||
| 9 | (initrd-modules (cons* "vfio_pci" "vfio" "vfio_iommu_type1" | 15 | (initrd-modules (cons* "vfio_pci" "vfio" "vfio_iommu_type1" |
| 10 | %base-initrd-modules)) | 16 | %base-initrd-modules)) |
| 11 | (host-name "RyanTower") | 17 | (host-name "RyanTower") |
