From 4dc381665c3f00a506fcd4415da0a9b9a6baaebe Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 21 Apr 2024 11:47:49 -0400 Subject: [PATCH] proxy: split media proxy out --- nixos/hosts/sapphic-engineer/akkoma.nix | 4 ++-- nixos/hosts/sapphic-engineer/default.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index c48262b..697b5a5 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -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; diff --git a/nixos/hosts/sapphic-engineer/default.nix b/nixos/hosts/sapphic-engineer/default.nix index be9d130..24db56e 100644 --- a/nixos/hosts/sapphic-engineer/default.nix +++ b/nixos/hosts/sapphic-engineer/default.nix @@ -9,6 +9,6 @@ ]; networking.hostName = "sapphic-engineer"; - system.stateVersion = "24.05"; + system.stateVersion = "23.11"; nixpkgs.hostPlatform = "x86_64-linux"; }