mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Fixed wrongly picked changes in omen
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
683b6bc332
commit
843047ea40
|
@ -83,12 +83,12 @@ in
|
||||||
|
|
||||||
virtualisation.podman.enable = true;
|
virtualisation.podman.enable = true;
|
||||||
virtualisation.podman.dockerCompat = true;
|
virtualisation.podman.dockerCompat = true;
|
||||||
});
|
|
||||||
};
|
|
||||||
virtualisation.podman.defaultNetwork.settings.subnets = [
|
virtualisation.podman.defaultNetwork.settings.subnets = [
|
||||||
{
|
{
|
||||||
gateway = "10.88.0.1";
|
gateway = "10.88.0.1";
|
||||||
subnet = "10.88.0.0/16";
|
subnet = "10.88.0.0/16";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
});
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue