From 6807b68748a7eb62db8398a5de9676a05d88ae13 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 16 Feb 2023 09:46:39 +0100 Subject: Enable export-all in git-daemon service and declare local package channel --- aisaka.org | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'aisaka.org') diff --git a/aisaka.org b/aisaka.org index f397c0c..b78c833 100644 --- a/aisaka.org +++ b/aisaka.org @@ -25,8 +25,6 @@ https://guix.gnu.org/en/manual/en/html_node/Invoking-guix_002ddaemon.html https://guix.gnu.org/en/manual/en/html_node/System-Configuration.html #+begin_src scheme :noweb-ref system-dump :tangle system-configuration.scm - (add-to-load-path "./services") - (define-module (aisaka-system-configuration) #:use-module (gnu) #:use-module (gnu packages cups) @@ -101,7 +99,9 @@ https://guix.gnu.org/en/manual/en/html_node/Services.html cups-filters epson-inkjet-printer-escpr)) (web-interface? #t))) - (service git-daemon-service-type) + (service git-daemon-service-type + (git-daemon-configuration + (export-all? #t))) (service gnome-desktop-service-type) (service tor-service-type @@ -136,8 +136,6 @@ https://guix.gnu.org/en/manual/en/html_node/Base-Services.html https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html #+begin_src scheme :noweb-ref home-dump :tangle home-configuration.scm - (add-to-load-path "./services") - (define-module (aisaka-home-configuration) #:use-module (gnu home) #:use-module (gnu home services) -- cgit v1.2.3