https://git.jolheiser.com/infra.git
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 }; }; }