From 0a65b9d8f635fc9562db71f1ac90e7bf07e0b236 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Fri, 4 Mar 2022 12:28:31 -0700 Subject: systems/daeva: enable cups web interface Signed-off-by: Kenny Ballou --- systems/daeva.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/daeva.scm b/systems/daeva.scm index d96cfe03..7ca71650 100644 --- a/systems/daeva.scm +++ b/systems/daeva.scm @@ -141,7 +141,9 @@ (gnome gnome-sans-ssh-agent))) ;;(geoclue-service) (bluetooth-service #:auto-enable? #t) - (service cups-service-type) + (service cups-service-type + (cups-configuration + (web-interface? #t))) (set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout) -- cgit v1.2.1