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 = {