Setup link-in-bio page on astral
This commit is contained in:
parent
8e5b7440a1
commit
60b00f946b
3 changed files with 43 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
let domain = "git.leaf.ninja";
|
||||
in {
|
||||
services.forgejo = {
|
||||
|
|
@ -18,6 +18,8 @@ in {
|
|||
FROM = "forgejo@leaf.ninja";
|
||||
USER = "forgejo@$leaf.ninja";
|
||||
};
|
||||
webhook.ALLOWED_HOST_LIST =
|
||||
pkgs.lib.concatStringsSep "," [ "localhost" "::1" ];
|
||||
};
|
||||
secrets = {
|
||||
mailer.PASSWD = config.age.secrets.forgejo-mailer-password.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue