flake

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

commit 7697e0963c7e408877897499b1e67013339385c6
parent d9ae7d39030ee372d6340c250e4f08e583a243fe
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Mon, 24 Mar 2025 20:28:50 +0100

feat: add /git symlink to darkhttpd

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

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

diff --git a/hosts/server/default.nix b/hosts/server/default.nix @@ -47,6 +47,7 @@ rec { "index.gmi" = "/tmp/site/gemini/index.gmi"; "blog" = "/tmp/site/gemini/blog"; "code" = "/tmp/site/gemini/code"; + "git" = "/tmp/stagit"; "public" = "${inputs.site}/public"; "robots.txt" = "${inputs.site}/robots.txt"; "atom.xml" = "/tmp/site/gemini/atom.xml";