From 42f8c287ed5d83e90aa3df0dffa6d121f8522d0d Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 7 Dec 2023 10:04:19 +0100 Subject: [PATCH] add containers conf --- hosts/fw.cloonar.com/modules/podman.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/fw.cloonar.com/modules/podman.nix b/hosts/fw.cloonar.com/modules/podman.nix index 09ef55c..c36094c 100644 --- a/hosts/fw.cloonar.com/modules/podman.nix +++ b/hosts/fw.cloonar.com/modules/podman.nix @@ -5,6 +5,9 @@ let in { users.groups.podman.gid = cids.gids.podman; virtualisation = { + containers.containersConf.settings = { + containers.dns_servers = [ "10.42.97.10" ]; + }; podman = { enable = true; dockerCompat = true;