mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Statically pin podman default network subnet on omen
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
53e7c51b94
commit
f111b87b14
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue