commit 09b21827b021bd408f8963b90ed35dece9fdf224
parent f991e3408e4761ae7f4814ad7f8bb396788d75d6
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 27 Nov 2018 10:43:43 +0100
syntax
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/config.scm b/guix/config.scm
@@ -210,7 +210,7 @@ vicinity of DIRECTORY."
"keys/ssh/dold.pub"
"keys/ssh/stanisci.pub")))
("dold" ,(local-file "keys/ssh/dold.pub"))
- ("grothoff" ,(local-file "keys/ssh/grothoff.pub")))))
+ ("grothoff" ,(local-file "keys/ssh/grothoff.pub"))))))
;; (service rottlog-service-type (rottlog-configuration))
;; (service mcron-service-type
@@ -252,4 +252,4 @@ vicinity of DIRECTORY."
%default-substitute-urls)))))))
;; Allow resolution of '.local' host names with mDNS.
- (name-service-switch %mdns-host-lookup-nss)))
+ (name-service-switch %mdns-host-lookup-nss))