Sync to ~/Sync and remove obsolete backup

This commit is contained in:
Henri Dohmen 2026-01-08 23:11:46 +01:00
parent 73736b73ea
commit 65c5f4883f
Signed by: hd
GPG key ID: AB79213B044674AE
3 changed files with 38 additions and 36 deletions

View file

@ -26,7 +26,7 @@ in
};
cgit."git" = {
group = "git";
enable = true;
enable = false; # FIXME: find out what breaks here
scanPath = gitpath;
nginx.virtualHost = cgit-host;
};