hydra: milano-guix-1: Fix typo.

* hydra/milano-guix-1.scm: Fix module import.
This commit is contained in:
Christopher Baines 2023-11-20 16:24:05 +00:00
parent 5ee3f825d6
commit b239604c2f
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 3 deletions

View File

@ -10,9 +10,8 @@
(use-modules (gnu)
(guix gexp))
(use-service-modules databases getmail guix networking mcron ssh
virtualization web monitoring linux
package-management)
(use-package-modules certs screen tmux ssh linux)
virtualization web monitoring linux)
(use-package-modules certs screen tmux ssh linux package-management)
;; The following definition are **almost** copied from dover.scm: a
;; quick hack to have a(n almost) self contained config file