From 5c9d1553881a09a26636e611b8e63040604b07b1 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 9 Dec 2024 09:56:59 -0500 Subject: add index.html file for substitutes server --- systems/cuirass.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'systems/cuirass.scm') 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 -- cgit v1.2.3-freya