From 7e93cb85c30dd3e014a8eab38a48b6080648b0cb Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 16 Sep 2025 01:56:31 +0200 Subject: [PATCH] Disable cute API --- flake.nix | 8 ++++---- instances/baldur/configuration.nix | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index b811257..507b85a 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ ]; }; - cute-api = builtins.getFlake "git+ssh://git@gitlab.com/bertof/cute-api.git?ref=refs/tags/0.2.1-3"; + # cute-api = builtins.getFlake "gitlab:bertof/cute-api/0.2.1-3"; basic_module = { nixpkgs = { @@ -159,7 +159,7 @@ wl-update-background ; - inherit (cute-api.packages.${system}) cute-api; + # inherit (cute-api.packages.${system}) cute-api; # Installer ISO install-iso = inputs.nixos-generators.nixosGenerate { @@ -349,8 +349,8 @@ ./nixos/minio_server.nix ./nixos/nextcloud.nix ./nixos/immich.nix - cute-api.nixosModules.default - { services.cute-api = { enable = true; host = "0.0.0.0"; }; } + # cute-api.nixosModules.default + # { services.cute-api = { enable = true; host = "0.0.0.0"; }; } # ./nixos/garage.nix # ./nixos/ntfy.nix # S3 cache read diff --git a/instances/baldur/configuration.nix b/instances/baldur/configuration.nix index df5fd65..c0935b2 100644 --- a/instances/baldur/configuration.nix +++ b/instances/baldur/configuration.nix @@ -179,12 +179,12 @@ proxyWebsockets = true; }; }; - "cute.bertof.net" = ssl // { - locations."/" = { - proxyPass = "http://heimdall:4000/"; - proxyWebsockets = true; - }; - }; + # "cute.bertof.net" = ssl // { + # locations."/" = { + # proxyPass = "http://heimdall:4000/"; + # proxyWebsockets = true; + # }; + # }; "jellyfin.bertof.net" = ssl // { locations."/" = { proxyPass = "http://heimdall.tsn:8096/";