Skip to content

Commit

Permalink
feat(oracle-dragon): add Mattermost server
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Apr 8, 2024
1 parent af283b4 commit 6414aa4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nixos/oracle-dragon/oracle-dragon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"map.dr460nf1r3.org" = {
service = "http://localhost:8100";
};
"collab.dr460nf1r3.org" = {
service = "http://localhost:8065";
};
};
};
};
Expand All @@ -90,5 +93,14 @@
};
};

# Mattermost server
services.mattermost = {
enable = true;
environmentFile = /var/lib/mattermost/.env;
mutableConfig = true;
preferNixConfig = true;
siteUrl = "https://collab.dr460nf1r3.org";
};

system.stateVersion = "22.11";
}

0 comments on commit 6414aa4

Please sign in to comment.