summaryrefslogtreecommitdiff
path: root/shinji.scm
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-09-29 10:36:21 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-09-29 10:36:21 -0400
commit2cb639b95fc4d7834a092adf37c9ebec90fe7193 (patch)
tree71785091dbd341919dda5832a2ccceb0601185b6 /shinji.scm
parentupdate configs and virt packages (diff)
downloaddotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.gz
dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.bz2
dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.zip
update sway and waybar configuration, hanve around guix packages
Diffstat (limited to '')
-rw-r--r--shinji.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/shinji.scm b/shinji.scm
index cf71c9e..bad5533 100644
--- a/shinji.scm
+++ b/shinji.scm
@@ -5,6 +5,12 @@
(inherit base-operating-system)
(host-name "shinji")
+ (kernel-arguments (append (list "intel_iommu=on")
+ %default-kernel-arguments))
+
+ (initrd-modules (cons* "vfio_pci" "vfio" "vfio_iommu_type1"
+ %base-initrd-modules))
+
(mapped-devices (list (mapped-device
(source (uuid
"5c5dcb22-62b1-41af-9116-b8fdfba83ca2"))