feat(kafka): complete kafka integration - service deployed and verified

This commit is contained in:
ashisgreat22 2026-03-22 01:25:00 +00:00
parent 3858202855
commit 546569caf7
7 changed files with 127 additions and 36 deletions

View file

@ -11,7 +11,7 @@
};
};
outputs = { self, nixpkgs, sops-nix, ... }@inputs: {
outputs = { self, nixpkgs, kafka, sops-nix, ... }@inputs: {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };