aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/infrastructure/guix/system.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index b32b36f..e9e9b72 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -34,6 +34,7 @@
security
ssh
version-control
+ virtualization
vpn
web)
(heredoc:enable-syntax)
@@ -1722,6 +1723,8 @@
(list
(service dhcp-client-service-type)
(service ntp-service-type)
+ (service libvirt-service-type)
+ (service virtlog-service-type)
(service shadow-group-service-type)
(service nanolist-service-type)
(service fail2ban-service-type)