flake

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

commit d0ab42bbf30bcf5c2b735391841ec0781e01c839
parent 5beae1ba113140ff5a07570a989c7050a5e0c635
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Thu, 27 Mar 2025 17:14:19 +0100

feat: enable darkhttpd

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 @@ -19,6 +19,9 @@ in inherit domain; records = import "${mainServer}/dns.nix" domain; }; + darkhttpd = { + enable = true; + }; openssh.listen = { enable = true; port = 22;