Compare commits

...

2 commits

Author SHA1 Message Date
Fabian Montero 5bd11b2bd4
disable matrix 2024-09-04 01:47:49 -06:00
Fabian Montero 34b1a8e289
make forgejo default theme dark 2024-09-04 00:22:55 -06:00
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ with lib; {
./net.nix
./mediawiki.nix
./jitsi.nix
./matrix.nix
# ./matrix.nix currently not being used
./forgejo.nix
./vaultwarden.nix
./bepasty.nix

View file

@ -39,6 +39,7 @@ with lib; {
useWizard = false;
settings = {
general.APP_NAME = "posixlycorrect";
ui.DEFAULT_THEME = "forgejo-dark";
server = {
DOMAIN = "git.posixlycorrect.com";
ROOT_URL = "https://git.posixlycorrect.com";