From ef9e3493d5b9f4502ad467979c67e26d63a642bd Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 5 May 2024 22:05:21 +0300 Subject: [PATCH] element install + edit forgejo --- apps/apps.nix | 1 + hosts/intelnuc/system.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/apps.nix b/apps/apps.nix index d992283..49c4d7b 100644 --- a/apps/apps.nix +++ b/apps/apps.nix @@ -93,6 +93,7 @@ in { overrides.input-font # overrides.input-fonts stable.peazip + element-desktop ]); programs.firefox = { diff --git a/hosts/intelnuc/system.nix b/hosts/intelnuc/system.nix index df70108..ba5d89a 100644 --- a/hosts/intelnuc/system.nix +++ b/hosts/intelnuc/system.nix @@ -137,7 +137,7 @@ DOMAIN = inputs.secrets.hosts.intelnuc.forgejo.domain; DISABLE_SSH = true; HTTP_PORT = 3838; - ROOT_URL = "https://[REDACTED]"; + ROOT_URL = "https://${inputs.secrets.hosts.intelnuc.forgejo.domain}"; }; }; database = {