aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-12-15 13:32:49 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-12-15 13:32:49 -0700
commit6a4be81d951ee29a37a9fdfe06b1255bd4d1e6c4 (patch)
tree7320be500a7a81cc5704dbd54fb64de0a3c7c835 /systems
parent36e909c3b51cfb6ef0722daf0f58f25027e21999 (diff)
downloaddotfiles-6a4be81d951ee29a37a9fdfe06b1255bd4d1e6c4.tar.gz
dotfiles-6a4be81d951ee29a37a9fdfe06b1255bd4d1e6c4.tar.xz
systems/daeva: add libvirt and virtlog services
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/daeva.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/systems/daeva.scm b/systems/daeva.scm
index db053f04..baabe5f3 100644
--- a/systems/daeva.scm
+++ b/systems/daeva.scm
@@ -15,6 +15,7 @@
#:use-module (gnu services nix)
#:use-module (gnu services pm)
#:use-module (gnu services security-token)
+ #:use-module (gnu services virtualization)
#:use-module (gnu services xorg)
#:use-module (gnu system nss)
#:use-module (gnu packages gnome)
@@ -91,6 +92,7 @@
(supplementary-groups '("audio"
"input"
"kvm"
+ "libvirt"
"lp"
"netdev"
"tty"
@@ -135,7 +137,9 @@
(nftables-service "daeva")
(simple-service 'my-cron-jobs
mcron-service-type
- (list mcron:guix-gc-repair-job)))
+ (list mcron:guix-gc-repair-job))
+ (service virtlog-service-type)
+ (service libvirt-service-type))
%kbg-desktop-services))
;; Allow resolution of '.local' host names with mDNS.