feat(access): int to more hosts

This commit is contained in:
arcnmx 2024-03-24 11:43:44 -07:00
parent f2fddc1001
commit c61220b641
11 changed files with 99 additions and 8 deletions

View file

@ -9,9 +9,10 @@ _: {
net0 = {
mdns.enable = true;
macAddress = "BC:24:11:C4:66:AB";
address4 = "auto";
address4 = "dhcp";
address6 = "auto";
};
net1.internal.enable = true;
};
};
}