diff options
Diffstat (limited to 'dom0/system.scm')
| -rw-r--r-- | dom0/system.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dom0/system.scm b/dom0/system.scm index 6cd02c5..72039a1 100644 --- a/dom0/system.scm +++ b/dom0/system.scm @@ -42,11 +42,11 @@ ;; replace post-install (swap-devices (list (swap-space (target (uuid - "7a22a333-6a5d-41fe-93a2-e5781031cfd6"))))) + "c7e7ee28-23ba-4ec1-b206-19a4e6297083"))))) ;; luks setup - uncomment post-install ;; and provide source UUID once known (mapped-devices (list (mapped-device - (source (uuid "0c5d284e-e0c7-4dc3-bbca-f82ee6bb82e3")) + (source (uuid "61e732e5-97ca-41d8-a1cf-3672eb97e6f8")) (target "system-root") (type luks-device-mapping)))) @@ -56,7 +56,7 @@ ;; Will change after install (file-systems (cons* (file-system (mount-point "/boot/efi") - (device (uuid "6919-B0C9" + (device (uuid "3BC7-90B1" 'fat32)) (type "vfat")) (file-system @@ -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,7 +170,7 @@ ;; Packages (system-wide) (packages (cons* vim git - virt-manager + (replace-mesa virt-manager) cryptsetup strace %base-packages))) |
