Compare commits
2 commits
c8057ed52c
...
5bd11b2bd4
Author | SHA1 | Date | |
---|---|---|---|
Fabian Montero | 5bd11b2bd4 | ||
Fabian Montero | 34b1a8e289 |
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Reference in a new issue