aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-26 00:35:37 -0300
committerEuAndreh <eu@euandre.org>2022-11-26 00:38:35 -0300
commit897ee413bef7d3690b02816cdae9c460b95a6b0f (patch)
treea696d3b23f1d1f3a073c7f73ebea46a5acf228c4 /src
parentsrc/infrastructure/guix/system.scm: Add named config-file on dovecot reload (diff)
downloadserver-897ee413bef7d3690b02816cdae9c460b95a6b0f.tar.gz
server-897ee413bef7d3690b02816cdae9c460b95a6b0f.tar.xz
src/infrastructure/guix/system.scm: Add libvirt and virtlog services
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)