{ ... } : { # This is for hosting on bosco services.cgit = { bosco-git = { enable = true; nginx.location = "/git/"; nginx.virtualHost = "git.myrmexia.xyz"; repos = { nixos-flake = { desc = "A public repo for viewing my nixos config."; path = "/srv/git/.flake.git"; }; }; }; }; }