gitea ldap connection (#13)

* gitea ldap connection

* name change
This commit is contained in:
Dennis 2024-01-01 16:38:17 +01:00 committed by GitHub
parent 67bc474739
commit d5bd40ed67
2 changed files with 7 additions and 6 deletions

12
flake.lock generated
View File

@ -61,11 +61,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1703899776, "lastModified": 1703993012,
"narHash": "sha256-I1hE5u3VR/1h2ZM0Q4B1L1BccLFGNfMPPQyy3CRLFqs=", "narHash": "sha256-7sv9Rhgp+qJgYiuYGkqdgGwHUDoBWyVg+c1WQRMzYqw=",
"owner": "SuperSandro2000", "owner": "SuperSandro2000",
"repo": "nixos-modules", "repo": "nixos-modules",
"rev": "2e9865e82f060907d4be682a514bdf0af86ad25e", "rev": "f7528ff523c545975df483b18a188e83102a44ae",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -127,11 +127,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1703387502, "lastModified": 1703991717,
"narHash": "sha256-JnWuQmyanPtF8c5yAEFXVWzaIlMxA3EAZCh8XNvnVqE=", "narHash": "sha256-XfBg2dmDJXPQEB8EdNBnzybvnhswaiAkUeeDj7fa/hQ=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "e523e89763ff45f0a6cf15bcb1092636b1da9ed3", "rev": "cfdbaf68d00bc2f9e071f17ae77be4b27ff72fa6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -50,6 +50,7 @@
type = "ecdsa"; type = "ecdsa";
} }
]; ];
settings = { settings = {
ClientAliveCountMax = 10; ClientAliveCountMax = 10;
Compression = "NO"; Compression = "NO";