proxy: split media proxy out
This commit is contained in:
parent
db0b32abe9
commit
4dc381665c
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
];
|
||||
|
||||
networking.hostName = "sapphic-engineer";
|
||||
system.stateVersion = "24.05";
|
||||
system.stateVersion = "23.11";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue