1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat(topology): add elk json generation

This commit is contained in:
oddlama 2024-03-27 15:36:32 +01:00
parent 3e14f82952
commit 07191bac9b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 168 additions and 72 deletions

View file

@ -64,6 +64,10 @@
networking.nftables.firewall = {
zones.untrusted.interfaces = [config.guests.${guestName}.networking.mainLinkName];
};
# TODO: FIXME: remove!!!!
topology.self.guestType = "microvm";
topology.self.parent = config.node.name;
}
];
};