proxy: split media proxy out

This commit is contained in:
41666 2024-04-21 11:47:49 -04:00
parent db0b32abe9
commit 4dc381665c
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
fediEmotes = inputs.fedi-emotes.packages.${pkgs.system};
in {
imports = [
# inputs.tachikoma.nixosModules.default
inputs.tachikoma.nixosModules.default
];
sops.secrets = secrets [
@ -54,7 +54,7 @@ in {
":media_proxy" = {
enabled = true;
proxy_opts.redirect_on_failure = true;
proxy_url = "https://sapphic.engineer/proxy";
proxy_url = "https://media.sapphic.engineer/media/";
};
":media_preview_proxy" = {
enabled = true;

View file

@ -9,6 +9,6 @@
];
networking.hostName = "sapphic-engineer";
system.stateVersion = "24.05";
system.stateVersion = "23.11";
nixpkgs.hostPlatform = "x86_64-linux";
}