Tailscale Authentication: if we're connecting within the tailnet, use that

This commit is contained in:
bluepython508
2024-05-19 15:55:07 +01:00
parent b83ef03030
commit 61c2500348
3 changed files with 20 additions and 2 deletions

View File

@@ -90,6 +90,7 @@
};
config.systemd.services.sso-bsn = lib.mkIf cfg.enable {
description = "sso-bsn";
path = [pkgs.tailscale];
environment = {
SERVER = "true";
DATABASE_PATH = "/var/lib/sso-bsn/db.sqlite";