services: setup prololo test service
This commit is contained in:
parent
5e8431b1c0
commit
c80a5e9a87
7 changed files with 98 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue