Add basic mycelium, change some hardware and browser stuff

This commit is contained in:
Bun 2025-05-29 22:15:35 -04:00
parent f49316e600
commit 200bf7e711
6 changed files with 64 additions and 63 deletions

View file

@ -9,14 +9,5 @@
address = "10.1.0.1";
interface = "eno1";
};
vlans.internal = {
id=100;
interface="eno1";
};
interfaces.internal.ipv4.addresses = [{
address = "11.0.0.2";
prefixLength = 8;
}];
};
}