Switch container networking from macvlans to bridges

This commit is contained in:
SebastianStork 2024-09-05 19:47:58 +02:00
parent 4168626450
commit 78f25ad322
5 changed files with 60 additions and 28 deletions

View file

@ -17,13 +17,4 @@
exitNode.enable = true;
};
};
networking.useNetworkd = true;
systemd.network = {
enable = true;
networks."10-eno1" = {
matchConfig.Name = "eno1";
networkConfig.DHCP = "yes";
};
};
}