mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 02:16:09 -05:00
added iommu
This commit is contained in:
parent
6089f9710a
commit
5d9d6bcd89
2 changed files with 6 additions and 2 deletions
|
@ -3,6 +3,10 @@
|
|||
|
||||
(operating-system
|
||||
(inherit base-operating-system)
|
||||
(kernel-arguments (append (list "intel_iommu=on")
|
||||
%default-kernel-arguments))
|
||||
(initrd-modules (cons* "vfio_pci" "vfio" "vfio_iommu_type1"
|
||||
%base-initrd-modules))
|
||||
(host-name "RyanThinkpad")
|
||||
(mapped-devices (list (mapped-device
|
||||
(source (uuid
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"format": " {}"
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"format": "{name}",
|
||||
"all-outputs": false
|
||||
"format": "{id}",
|
||||
"all-outputs": false,
|
||||
"disable-scroll": true
|
||||
},
|
||||
"hyprland/window": {
|
||||
|
|
Loading…
Reference in a new issue