summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-29 13:05:09 +0000
committerNils Gillmann <ng0@n0.is>2018-10-29 13:05:09 +0000
commit90dd26d1f628d4616fd48d6140a1b5ebeb76c039 (patch)
treefb78eb963b0b6b033deb2fd34a7e4a66ffe12638 /guix
parent0504de990c0867b6b2b3f2e3066905a4b0fd5dd6 (diff)
downloaddeployment-90dd26d1f628d4616fd48d6140a1b5ebeb76c039.tar.gz
deployment-90dd26d1f628d4616fd48d6140a1b5ebeb76c039.tar.bz2
deployment-90dd26d1f628d4616fd48d6140a1b5ebeb76c039.zip
typo fix
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'guix')
-rw-r--r--guix/config.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/config.scm b/guix/config.scm
index 134351f..537c117 100644
--- a/guix/config.scm
+++ b/guix/config.scm
@@ -4,7 +4,7 @@
(guix)
(guix gexp))
(use-system-modules nss)
-(use-service-modules networking sshversion-control databases admin web)
+(use-service-modules networking ssh version-control databases admin web)
(use-package-modules base bash shells web tls)
;;; --- cron jobs start