summaryrefslogtreecommitdiff
path: root/guix/config-desktop.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/config-desktop.scm')
-rw-r--r--guix/config-desktop.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/config-desktop.scm b/guix/config-desktop.scm
index 010490f..698df47 100644
--- a/guix/config-desktop.scm
+++ b/guix/config-desktop.scm
@@ -33,7 +33,7 @@
(comment "W96K")
(group "users")
(home-directory "/home/w96k")
- (supplementary-groups '("wheel" "netdev" "audio" "video" "kvm")))
+ (supplementary-groups '("wheel" "netdev" "audio" "video" "kvm" "httpd")))
%base-user-accounts))
;; (packages %base-packages)
@@ -110,6 +110,7 @@
</FilesMatch>"))))))
(service php-fpm-service-type
(php-fpm-configuration
+ (display-errors #t)
(socket "/var/run/php-fpm.sock")
(socket-group "httpd")))