feat(kafka): complete kafka integration - service deployed and verified
This commit is contained in:
parent
3858202855
commit
546569caf7
7 changed files with 127 additions and 36 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue