chore: update topology information

This commit is contained in:
Leon Schwarzäugl 2025-12-19 17:42:04 +01:00
parent 494ac8b862
commit 4b51505fbb
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
15 changed files with 137 additions and 92 deletions

View file

@ -8,6 +8,13 @@
"${self}/modules/nixos/optional/microvm-host.nix"
];
topology.self = {
interfaces = {
"eth1" = { };
"eth2" = { };
};
};
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;