keycloak: remove unneeded insecure exception
Some checks failed
Flake checks / Check (pull_request) Failing after 2m10s
Some checks failed
Flake checks / Check (pull_request) Failing after 2m10s
This commit is contained in:
parent
74f03555e5
commit
6ac401da21
|
@ -42,8 +42,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.config = lib.mkDefault { permittedInsecurePackages = [ "keycloak-23.0.6" ]; };
|
||||
|
||||
# keycloak
|
||||
services.keycloak = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue