keycloak: use version 20.0.3 from nixos-22.11
It's the same version as on nixos-unstable
This commit is contained in:
parent
8fb6ba33b2
commit
b6ebd71c61
|
@ -25,11 +25,9 @@ in {
|
|||
profiles.users.root # make sure to configure ssh keys
|
||||
profiles.users.barkeeper
|
||||
|
||||
"${latestModulesPath}/services/web-apps/keycloak.nix"
|
||||
"${latestModulesPath}/services/misc/gitea.nix"
|
||||
];
|
||||
disabledModules = [
|
||||
"services/web-apps/keycloak.nix"
|
||||
"services/misc/gitea.nix"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue