Fixed wrongly picked changes in omen

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-01-18 21:13:36 +01:00
parent 683b6bc332
commit 843047ea40
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

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