commit 0e23d7ad53e6ede14f1b4ad81e217ae7ef86f50a from: mtmn date: Thu Jul 23 12:43:55 2026 UTC fix redlib auth commit - 98d7bfafcec0071a864099fd6477368ace0666ce commit + 0e23d7ad53e6ede14f1b4ad81e217ae7ef86f50a blob - 3e98d133c72c6d1b871bb84b3926ed29f7cb1601 blob + 3b773025602e2a72e435c4601252acb185a5f7b5 --- flake.lock +++ flake.lock @@ -164,11 +164,11 @@ ] }, "locked": { - "lastModified": 1784725727, - "narHash": "sha256-J5+C9wsO0lhDyUalQzfplDbRjyHDYeEH5+9sdyXtwa8=", + "lastModified": 1784789275, + "narHash": "sha256-cgRTWuG+u1tBPhm01JrId2k0Bni09phVJ1Q0BZlRd7M=", "owner": "nix-community", "repo": "home-manager", - "rev": "041a999e8c1c5b731913855909e68d30ca69b8e0", + "rev": "3b0e6bbd65869af1beadf5963a99befc179d209f", "type": "github" }, "original": { blob - 5d9951bcf9af7dc0f30c5a08328782b9d25b4463 blob + 604cb83a6e3834f55021d12e1e74a049a5df73d7 --- modules/services/redlib.nix +++ modules/services/redlib.nix @@ -39,7 +39,8 @@ in { services.caddy.virtualHosts = { "${cfg.domain}".extraConfig = '' - reverse_proxy 127.0.0.1:${toString cfg.port} + ${haravara.mkAuthImport cfg.authLabel} + reverse_proxy 127.0.0.1:${toString cfg.port} ''; } // lib.optionalAttrs (cfg.tailnetPort != null) {