element install + edit forgejo

This commit is contained in:
Your Name 2024-05-05 22:05:21 +03:00
parent 18cbef8b2c
commit ef9e3493d5
2 changed files with 2 additions and 1 deletions

View file

@ -93,6 +93,7 @@ in {
overrides.input-font overrides.input-font
# overrides.input-fonts # overrides.input-fonts
stable.peazip stable.peazip
element-desktop
]); ]);
programs.firefox = { programs.firefox = {

View file

@ -137,7 +137,7 @@
DOMAIN = inputs.secrets.hosts.intelnuc.forgejo.domain; DOMAIN = inputs.secrets.hosts.intelnuc.forgejo.domain;
DISABLE_SSH = true; DISABLE_SSH = true;
HTTP_PORT = 3838; HTTP_PORT = 3838;
ROOT_URL = "https://[REDACTED]"; ROOT_URL = "https://${inputs.secrets.hosts.intelnuc.forgejo.domain}";
}; };
}; };
database = { database = {