Remove cuirass reference
systems/xana.scm
21 | 21 | (use-modules (gnu services mcron)) | |
22 | 22 | (use-modules (gnu services networking)) | |
23 | 23 | (use-modules (gnu services web)) | |
24 | - | (use-modules (config certbot) (config cuirass) (config network) (config os) (config web)) | |
24 | + | (use-modules (config certbot) (config network) (config os) (config web)) | |
25 | 25 | (use-modules (guix gexp)) | |
26 | 26 | (use-package-modules base compression gettext guile guile-xyz linux version-control | |
27 | 27 | web wget) |