Change base url of youthlic.social from youthlic.fun
This commit is contained in:
parent
f47fcb9b9b
commit
4dfd323325
7 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{config, ...}: {
|
||||
youthlic.containers.forgejo = {
|
||||
enable = true;
|
||||
domain = "forgejo.youthlic.fun";
|
||||
domain = "forgejo.youthlic.social";
|
||||
sshPort = 2222;
|
||||
httpPort = 8480;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ in {
|
|||
enable = lib.mkEnableOption "caddy";
|
||||
baseDomain = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
example = "youthlic.fun";
|
||||
example = "youthlic.social";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue