services: remove prololo beta testing service

This commit is contained in:
Antoine Martin 2021-09-24 16:16:27 +02:00
parent 6d1b8e9b17
commit 63af1a317e
8 changed files with 0 additions and 112 deletions

View file

@ -134,32 +134,6 @@ 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_state_dir = "./prololo_state_dir";
github_secret = config.my.secrets.prololo_github_secret;
matrix_rooms = {
test-room = { id = config.my.secrets.prololo_room; default = true; };
test-room2 = { id = config.my.secrets.prololo_room2; };
};
destinations = [
{
regex = "^prologin/.*-playground$";
room = "test-room2";
}
{
regex = "^prologin/.*-\\dplayground$";
room = "test-room2";
}
];
};
};
tailscale = {
enable = true;
exitNode = true;