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"; }