This commit is contained in:
Lucy Hochkamp 2024-04-02 16:05:00 +02:00
parent 4cc8b030de
commit bd783d415d
No known key found for this signature in database

View file

@ -19,9 +19,7 @@ with lib;
{
networking.bridges = {
${bridgeExt}.interfaces = [ ];
} // (mapAttrs'
(server: _: nameValuePair (bridge server) ({ipv4.addresses = [];}))
cfg.config);
};
networking.interfaces = {
${bridgeExt}.ipv4.addresses = [{ address = "192.168.129.1"; prefixLength = 24; }];
};