add guest network (now with custom mac address generators!)

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-30 23:39:31 -04:00
parent cc702cb5fe
commit d29b2ecbab
4 changed files with 74 additions and 27 deletions

View File

@ -15,7 +15,8 @@ in
genK3SVM (src + "/modules/opt/k3s-server.nix") (src + "/modules/opt/k3s-agent.nix")
{
"ph-server-1" = {
ipv4 = "192.168.69.10";
address = [ "192.168.69.10/24" ];
gateway = "192.168.69.1";
machine-id = "d694ad1e88b356887bb204ac665263f7";
server = true;
};