Change base url of youthlic.social from youthlic.fun

This commit is contained in:
ulic-youthlic 2025-06-30 21:53:44 +08:00
parent f47fcb9b9b
commit 4dfd323325
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 10 additions and 10 deletions

View file

@ -21,13 +21,13 @@
programs = {
rustypaste = {
enable = true;
url = "https://paste.youthlic.fun";
url = "https://paste.youthlic.social";
};
openssh.enable = true;
tailscale.enable = true;
caddy = {
enable = true;
baseDomain = "youthlic.fun";
baseDomain = "youthlic.social";
radicle-explorer.enable = true;
outer-wilds-text-adventure.enable = true;
};

View file

@ -1,7 +1,7 @@
{config, ...}: {
youthlic.containers.forgejo = {
enable = true;
domain = "forgejo.youthlic.fun";
domain = "forgejo.youthlic.social";
sshPort = 2222;
httpPort = 8480;
};

View file

@ -4,6 +4,6 @@
enable = true;
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBbQrJNWcWsFncTX4w/hkhz6zPNwHrTjA+6lnq5dmu/s radicle";
privateKeyFile = config.sops.secrets."ssh-private-key/radicle/Cape".path;
domain = "seed.youthlic.fun";
domain = "seed.youthlic.social";
};
}

View file

@ -14,7 +14,7 @@ in {
enable = lib.mkEnableOption "caddy";
baseDomain = lib.mkOption {
type = lib.types.str;
example = "youthlic.fun";
example = "youthlic.social";
};
};
};