diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-17 17:06:55 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-17 17:06:55 -0400 |
commit | 5d9d6bcd8918e5619bf432b021d5702d287a7eef (patch) | |
tree | 721d7f28456b0b270794bd8d3ef59036c2649c89 | |
parent | 6089f9710a2ada25922f8e24b3c1ad2de8a0b63a (diff) |
added iommu
-rw-r--r-- | RyanThinkpad.scm | 4 | ||||
-rw-r--r-- | home-config/waybar/config | 4 |
2 files changed, 6 insertions, 2 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 |
diff --git a/home-config/waybar/config b/home-config/waybar/config index eb1d9dd..3dff06a 100644 --- a/home-config/waybar/config +++ b/home-config/waybar/config | |||
@@ -10,8 +10,8 @@ | |||
10 | "format": " {}" | 10 | "format": " {}" |
11 | }, | 11 | }, |
12 | "hyprland/workspaces": { | 12 | "hyprland/workspaces": { |
13 | "format": "{name}", | 13 | "format": "{id}", |
14 | "all-outputs": false | 14 | "all-outputs": false, |
15 | "disable-scroll": true | 15 | "disable-scroll": true |
16 | }, | 16 | }, |
17 | "hyprland/window": { | 17 | "hyprland/window": { |