aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-03-04 12:28:31 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-03-14 11:14:48 -0600
commit0a65b9d8f635fc9562db71f1ac90e7bf07e0b236 (patch)
tree6d53c743bef99c6e4b711e1e5ca51b7eec4ea283 /systems
parent732376391a388277e7e841e43116e8908bd0549c (diff)
downloaddotfiles-0a65b9d8f635fc9562db71f1ac90e7bf07e0b236.tar.gz
dotfiles-0a65b9d8f635fc9562db71f1ac90e7bf07e0b236.tar.xz
systems/daeva: enable cups web interface
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/daeva.scm4
1 files changed, 3 insertions, 1 deletions
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)