From 77cd441fb984e86a7ceca1ba269bfffd922053b3 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Sat, 26 Feb 2022 12:40:19 -0500 Subject: [PATCH] system: services: Add MySQL. --- system/config.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/config.scm b/system/config.scm index 71b585c..69c48bb 100755 --- a/system/config.scm +++ b/system/config.scm @@ -28,6 +28,7 @@ avahi certbot cups + databases dbus desktop dns @@ -163,6 +164,9 @@ (name-service-switch %mdns-host-lookup-nss) (services (append + ;; Database + (list + (service mysql-service-type)) ;; Device (list (service cups-service-type