From a524f6969985a8c3b44665deeb22b035a9947750 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 15 Apr 2024 02:22:16 -0400 Subject: [PATCH] Revert "desktop: configure libvirt/qemu" This reverts commit 5f71b375fdce19f9d263cf7038c476bd997b1e8c. Its being reverted as it makes /etc/libvirt a symlink, which makes the folder no longer writable for other files that are expected to be written there. This is resolvable, --- .guix/rekahsoft/guix-config/desktop.scm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.guix/rekahsoft/guix-config/desktop.scm b/.guix/rekahsoft/guix-config/desktop.scm index f266272..45c03aa 100644 --- a/.guix/rekahsoft/guix-config/desktop.scm +++ b/.guix/rekahsoft/guix-config/desktop.scm @@ -3,7 +3,6 @@ #:use-module (gnu system nss) #:use-module (gnu packages gnome) #:use-module (gnu packages linux) - #:use-module (gnu packages firmware) #:use-module (gnu packages wm) #:use-module (gnu packages shells) #:use-module (gnu services virtualization) @@ -42,14 +41,6 @@ (service qemu-binfmt-service-type (qemu-binfmt-configuration (platforms (lookup-qemu-platforms "arm" "aarch64")))) - - (simple-service 'libvirt-configuration etc-service-type - (list `("libvirt/qemu.conf" ,(mixed-text-file "qemu.conf" - "stdio_handler=\"file\"\n" - "nvram = [\n" - " \"" ovmf "/share/firmware/ovmf_x64.bin:" ovmf "/share/firmware/ovmf_vars_x64.bin\"\n" - "]\n")))) - (service screen-locker-service-type (screen-locker-configuration (name "i3lock")