add containers conf

This commit is contained in:
2023-12-07 10:04:19 +01:00
parent cf1bf90dc8
commit 42f8c287ed

View File

@@ -5,6 +5,9 @@ let
in { in {
users.groups.podman.gid = cids.gids.podman; users.groups.podman.gid = cids.gids.podman;
virtualisation = { virtualisation = {
containers.containersConf.settings = {
containers.dns_servers = [ "10.42.97.10" ];
};
podman = { podman = {
enable = true; enable = true;
dockerCompat = true; dockerCompat = true;