|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
(define-module (machines base-desktop)
|
|
|
|
|
(define-module (machines ldap.metznet.ca)
|
|
|
|
|
#:use-module (gnu system)
|
|
|
|
|
#:use-module (guix gexp)
|
|
|
|
|
#:use-module (system base-system)
|
|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
(host-name "ldap-guix.metznet.ca")
|
|
|
|
|
(services
|
|
|
|
|
(append (list (service certbot-service-type
|
|
|
|
|
(certbot-configuration (email "noah@metznet.ca")
|
|
|
|
|
(certbot-configuration (email "admin@metznet.ca")
|
|
|
|
|
(certificates (list (certificate-configuration
|
|
|
|
|
(domains '
|
|
|
|
|
("ldap-guix.metznet.ca")))))))
|
|
|
|
|