services: setup prololo test service

This commit is contained in:
Antoine Martin 2021-09-12 20:43:54 +02:00
parent 5e8431b1c0
commit c80a5e9a87
7 changed files with 98 additions and 0 deletions

View file

@ -134,6 +134,19 @@ in
enable = true;
};
prololo = {
enable = true;
port = 8089;
settings = {
matrix_username = "prololo";
matrix_password = config.my.secrets.prololo_password;
matrix_homeserver = "https://matrix.alarsyo.net";
matrix_room_id = config.my.secrets.prololo_room;
matrix_state_dir = "./prololo_state_dir";
github_secret = config.my.secrets.prololo_github_secret;
};
};
tailscale = {
enable = true;
exitNode = true;