diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-09 09:56:59 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-09 09:56:59 -0500 |
commit | 5c9d1553881a09a26636e611b8e63040604b07b1 (patch) | |
tree | 802c6d3c8ebade5dd0e4e1bb0fddd3b5b4bb18dd /systems/cuirass.scm | |
parent | refactor keys/certs into new `files` folder (diff) | |
download | dotfiles-guix-5c9d1553881a09a26636e611b8e63040604b07b1.tar.gz dotfiles-guix-5c9d1553881a09a26636e611b8e63040604b07b1.tar.bz2 dotfiles-guix-5c9d1553881a09a26636e611b8e63040604b07b1.zip |
add index.html file for substitutes server
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 |