flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit e055aad1537fc550d9a14a8fa746ffb95ec3a5d0
parent 31b7a060ee36ea844c69316b8bc41485603fbbbd
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Fri, 28 Mar 2025 18:01:57 +0100

feat: add 'hermes' repository

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mhosts/git-server/default.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/hosts/git-server/default.nix b/hosts/git-server/default.nix @@ -91,6 +91,9 @@ in flake = { description = "Francesco Saccone's Nix flake."; }; + hermes = { + description = "HTTP GET/HEAD-only web server for static content."; + }; password-store = { description = "Francesco Saccone's password store."; };