diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-29 10:10:52 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-29 10:10:52 -0400 |
commit | 2afb419d3d8255ea7f23b02e4ce80038be53bc7d (patch) | |
tree | 29c45c5062c9e71297d0e28b2945e5aeda256a22 /RyanThinkpad.scm | |
parent | 0bf0473ff8699f77ef7148f4ccdc0c720b03d4f0 (diff) | |
parent | 10c71dfa653ba4330632c966b3c5626bade3b7d4 (diff) |
Merge branch 'main' into pres
Diffstat (limited to 'RyanThinkpad.scm')
-rw-r--r-- | RyanThinkpad.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RyanThinkpad.scm b/RyanThinkpad.scm index bfacd6b..1066bac 100644 --- a/RyanThinkpad.scm +++ b/RyanThinkpad.scm | |||
@@ -3,6 +3,10 @@ | |||
3 | 3 | ||
4 | (operating-system | 4 | (operating-system |
5 | (inherit base-operating-system) | 5 | (inherit base-operating-system) |
6 | (kernel-arguments (append (list "intel_iommu=on") | ||
7 | %default-kernel-arguments)) | ||
8 | (initrd-modules (cons* "vfio_pci" "vfio" "vfio_iommu_type1" | ||
9 | %base-initrd-modules)) | ||
6 | (host-name "RyanThinkpad") | 10 | (host-name "RyanThinkpad") |
7 | (mapped-devices (list (mapped-device | 11 | (mapped-devices (list (mapped-device |
8 | (source (uuid | 12 | (source (uuid |