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