mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: add 2 TODOs
This commit is contained in:
parent
80f41eddcd
commit
744c82faba
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ import "${nixpkgs}/nixos/lib/eval-config.nix" {
|
|||
nixpkgs.system = system;
|
||||
networking.hostName = name;
|
||||
nixpkgs.overlays = lib.mkAfter [
|
||||
# TODO: Remove when https://git.lix.systems/lix-project/lix/issues/310 is fixed
|
||||
(_: prev: {
|
||||
nix = prev.nix.overrideAttrs (_: {
|
||||
doCheck = false;
|
||||
|
|
|
@ -166,6 +166,7 @@
|
|||
|
||||
systemd.services."step-ca".after = [ "keycloak.service" ];
|
||||
|
||||
# TODO: Remove when keycloak is update in stable channel
|
||||
nixpkgs.config.permittedInsecurePackages = [ "keycloak-23.0.6" ];
|
||||
|
||||
security.pki.certificates = [
|
||||
|
|
Loading…
Add table
Reference in a new issue