diff options
Diffstat (limited to 'dom0/system.scm')
| -rw-r--r-- | dom0/system.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dom0/system.scm b/dom0/system.scm index 4a0cae9..72039a1 100644 --- a/dom0/system.scm +++ b/dom0/system.scm @@ -42,11 +42,11 @@ ;; replace post-install (swap-devices (list (swap-space (target (uuid - "c7e7ee28-23ba-4ec1-b206-19a4e6297083"))))) + "c7e7ee28-23ba-4ec1-b206-19a4e6297083"))))) ;; luks setup - uncomment post-install ;; and provide source UUID once known (mapped-devices (list (mapped-device - (source (uuid "61e732e5-97ca-41d8-a1cf-3672eb97e6f8") + (source (uuid "61e732e5-97ca-41d8-a1cf-3672eb97e6f8")) (target "system-root") (type luks-device-mapping)))) @@ -94,8 +94,7 @@ (list ;; NVIDIA (service nvidia-service-type) - ;(service kernel-module-loader-service-type - ;'("nvidia")) + ;; systemd dependencies (service elogind-service-type) @@ -157,7 +156,8 @@ ;; Virtualization (service libvirt-service-type (libvirt-configuration - (libvirt (patch-libvirt libvirt)))) + (libvirt (patch-libvirt libvirt)) + (qemu (replace-mesa qemu)))) (service virtlog-service-type) ;; udev @@ -170,6 +170,7 @@ ;; Packages (system-wide) (packages (cons* vim git + (replace-mesa virt-manager) cryptsetup strace %base-packages))) |
