feat: enable oauth in forgejo

This commit is contained in:
oddlama 2024-03-12 17:09:55 +01:00
parent 0ec4a8ebe8
commit fba87840c2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 12 additions and 49 deletions

View file

@ -1,7 +1,6 @@
{
config,
nodes,
pkgs,
...
}: let
inherit (sentinelCfg.repo.secrets.local) personalDomain;
@ -180,6 +179,5 @@ in {
};
};
environment.systemPackages = [pkgs.kanidm];
systemd.services.kanidm.serviceConfig.RestartSec = "60"; # Retry every minute
}