Statically pin podman default network subnet on omen

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-01-18 14:10:57 +01:00
parent 53e7c51b94
commit f111b87b14
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -85,4 +85,10 @@ in
virtualisation.podman.dockerCompat = true;
});
};
virtualisation.podman.defaultNetwork.settings.subnets = [
{
gateway = "10.88.0.1";
subnet = "10.88.0.0/16";
}
];
}