summaryrefslogtreecommitdiff
path: root/aisaka.org
diff options
context:
space:
mode:
Diffstat (limited to 'aisaka.org')
-rw-r--r--aisaka.org8
1 files changed, 3 insertions, 5 deletions
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)