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

@ -10,15 +10,6 @@
interface = "enp42s0";
};
vlans.internal = {
id=100;
interface="enp42s0";
};
interfaces.internal.ipv4.addresses = [{
address = "11.0.0.100";
prefixLength = 8;
}];
firewall.allowedUDPPorts = [ 27015 ];
};
}