Cleaned up ldap.metznet.ca.scm

master
noah metz 2023-11-29 17:57:36 -07:00
parent 3e7e1c203f
commit e7a540d7bb
1 changed files with 2 additions and 2 deletions

@ -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")))))))