diff --git a/flake.lock b/flake.lock index ca2927e..2d3e1d6 100644 --- a/flake.lock +++ b/flake.lock @@ -200,11 +200,11 @@ ] }, "locked": { - "lastModified": 1743366063, - "narHash": "sha256-Jrvjz9A8oGVo4KCP2miGX2VxIm5mRNPVIEcEaVBDRsE=", + "lastModified": 1743424621, + "narHash": "sha256-M4dHt10aGASKjoRtafFMJfewANh/7+O6t+ITb9oPsNY=", "owner": "ggml-org", "repo": "llama.cpp", - "rev": "2c3f8b850a4a6cff0f5dda2135c03fc81d33ed8b", + "rev": "a8a1f3356786cbf8bcc3422e3c8737fc33b453e7", "type": "github" }, "original": { @@ -237,11 +237,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1743167577, - "narHash": "sha256-I09SrXIO0UdyBFfh0fxDq5WnCDg8XKmZ1HQbaXzMA1k=", + "lastModified": 1743420942, + "narHash": "sha256-b/exDDQSLmENZZgbAEI3qi9yHkuXAXCPbormD8CSJXo=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "0ed819e708af17bfc4bbc63ee080ef308a24aa42", + "rev": "de6fc5551121c59c01e2a3d45b277a6d05077bc4", "type": "github" }, "original": { @@ -253,11 +253,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1743354925, - "narHash": "sha256-B+AxLrBmlMmnkGD/5PWtoy2zdk/0epewoUw4EDlc8lA=", + "lastModified": 1743398199, + "narHash": "sha256-Zy9o4AiBVjmswfXtw5l0YTUSEp676YKAqC9Z2d6MvI0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "47d6fd35d221f4a8fe8d45cbaec844d59c7dd6c2", + "rev": "e9549075069ef5e68ddf29cb07c0e38e2a915242", "type": "github" }, "original": { diff --git a/services/bitmagnet.nix b/services/bitmagnet.nix index 437f258..5396fe3 100644 --- a/services/bitmagnet.nix +++ b/services/bitmagnet.nix @@ -36,7 +36,6 @@ }; services.caddy.virtualHosts."bitmagnet.${service_configs.https.domain}".extraConfig = '' - # tls internal ${builtins.readFile ../secrets/caddy_auth} reverse_proxy ${service_configs.https.wg_ip}:${builtins.toString service_configs.ports.bitmagnet} ''; diff --git a/services/llama-cpp.nix b/services/llama-cpp.nix index cf3a62e..f26dc6f 100644 --- a/services/llama-cpp.nix +++ b/services/llama-cpp.nix @@ -23,6 +23,7 @@ }; services.caddy.virtualHosts."llm.${service_configs.https.domain}".extraConfig = '' + ${builtins.readFile ../secrets/caddy_auth} reverse_proxy :${builtins.toString config.services.llama-cpp.port} ''; } diff --git a/services/minecraft.nix b/services/minecraft.nix index f268331..3a4f314 100644 --- a/services/minecraft.nix +++ b/services/minecraft.nix @@ -111,7 +111,6 @@ }; services.caddy.virtualHosts."map.${service_configs.https.domain}".extraConfig = '' - # tls internal root * ${service_configs.minecraft.parent_dir}/${service_configs.minecraft.server_name}/squaremap/web file_server browse ''; diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index e12a33d..2aa353f 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -121,7 +121,6 @@ }; services.caddy.virtualHosts."torrent.${service_configs.https.domain}".extraConfig = '' - # tls internal ${builtins.readFile ../secrets/caddy_auth} reverse_proxy ${service_configs.https.wg_ip}:${builtins.toString config.services.qbittorrent.webuiPort} '';