mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
element install + edit forgejo
This commit is contained in:
parent
18cbef8b2c
commit
ef9e3493d5
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue