From b4e63143f1de3d888e3cf4332a7c33ca0a4f7af8 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Wed, 6 Sep 2023 23:50:18 -0400 Subject: lalalala --- modules/home-config/base-system.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'modules/home-config') diff --git a/modules/home-config/base-system.scm b/modules/home-config/base-system.scm index c96f3f8..e0975d2 100644 --- a/modules/home-config/base-system.scm +++ b/modules/home-config/base-system.scm @@ -24,8 +24,7 @@ #:use-module (gnu services authentication) #:use-module (gnu services virtualization) #:use-module (home-packages wm) - #:use-module (home-packages virtualization) - #:use-module (home-services virtualization)) + #:use-module (home-packages virtualization)) (define %my-base-packages (remove (lambda (package) @@ -123,7 +122,10 @@ (publish-workstation? #f))) ; do not advertise, I want this to be as silent as possible (service docker-service-type) (service nix-service-type) - (service libvirt-service-type-new) + (service libvirt-service-type + (libvirt-configuration + (libvirt libvirt-new) + (unix-sock-group "libvirt"))) (service virtlog-service-type) (service bluetooth-service-type) (service pam-limits-service-type) -- cgit v1.2.3-freya