diff options
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,6 +23,7 @@ https://guix.gnu.org/en/manual/devel/en/html_node/System-Configuration.html #:use-module (gnu services desktop) #:use-module (gnu services networking) #:use-module (gnu services ssh) + #:use-module (gnu services version-control) #:use-module (gnu services xorg) #:use-module (ssh-server)) @@ -57,7 +58,8 @@ https://guix.gnu.org/en/manual/devel/en/html_node/System-Configuration.html (service cups-service-type (cups-configuration (extensions `(,cups-filters ,epson-inkjet-printer-escpr)) - (web-interface? #t))) + (web-interface? #t))) + (service git-daemon-service-type) (service gnome-desktop-service-type) (service tor-service-type (tor-configuration (config-file (local-file "torrc")) |