chore: update topology information

This commit is contained in:
Leon Schwarzäugl 2025-12-19 17:42:04 +01:00 committed by Leon Schwarzäugl
parent 517017f0d6
commit 74840b834b
15 changed files with 137 additions and 92 deletions

View file

@ -8,6 +8,17 @@
"${self}/modules/nixos/optional/systemd-networkd-server.nix"
];
topology.self = {
interfaces = {
"eth1" = { };
"eth2" = { };
"eth3" = { };
"eth4" = { };
"eth5" = { };
"eth6" = { };
};
};
swarselsystems = {
info = "HUNSN RM02, 8GB RAM";
flakePath = "/root/.dotfiles";