diff options
Diffstat (limited to '')
-rw-r--r-- | systems/cuirass.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/cuirass.scm b/systems/cuirass.scm index 39cf3a4..2804619 100644 --- a/systems/cuirass.scm +++ b/systems/cuirass.scm @@ -2,6 +2,7 @@ (ice-9 match) (gnu packages ci) (gnu packages databases) + (gnu services) (gnu services cuirass) (gnu services avahi) (gnu services mcron) @@ -71,6 +72,9 @@ (cache "/var/cache/publish") (compression '(("zstd" 19))) (port 8080))) + ; guix publish index.html + (extra-special-file "/srv/http/index.html" + (local-file "../files/index.html")) ; postgresql (service postgresql-service-type (postgresql-configuration |