From 897ee413bef7d3690b02816cdae9c460b95a6b0f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Nov 2022 00:35:37 -0300 Subject: src/infrastructure/guix/system.scm: Add libvirt and virtlog services --- src/infrastructure/guix/system.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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) -- cgit v1.2.3