mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat(topology): add elk json generation
This commit is contained in:
parent
3e14f82952
commit
07191bac9b
5 changed files with 168 additions and 72 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue