diff --git a/flake.nix b/flake.nix index 31876fb2..0749971a 100644 --- a/flake.nix +++ b/flake.nix @@ -525,13 +525,14 @@ ]; }; - keycloak = nixosSystem' { - modules = [ - ./config/lxc-container.nix - ./hosts/containers/keycloak - { nixpkgs.overlays = with secrets.overlays; [ keycloak ]; } - ]; - }; + # TODO: requires config cleanup for nixos-22.05 + # keycloak = nixosSystem' { + # modules = [ + # ./config/lxc-container.nix + # ./hosts/containers/keycloak + # { nixpkgs.overlays = with secrets.overlays; [ keycloak ]; } + # ]; + # }; c3d2-web = nixosSystem' { modules = [