Home

infra @4386d43aa397e2b725ffdfe4d0a06058bd6e011f - refs - log -
-
https://git.jolheiser.com/infra.git
dragonwell flake
infra / dragonwell / git-bug.nix
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
{
  services = {
    git-bug.bugs = {
      enable = false;
      repoDir = "/var/lib/ugit/repos/bugs.git";
      authorUser = "jolheiser";
      authorEmail = "bugs@jolheiser.com";
      authorAvatar = "https://www.libravatar.org/avatar/cc498b605dee7b6fb9e6422332691bb4";
      host = "localhost";
      port = 2847;
    };
    tailproxy.bugs = {
      enable = false;
      hostname = "bugs";
      port = 2847;
      authKey = ""; # One-time key
    };
  };
}