add containers conf
This commit is contained in:
parent
cf1bf90dc8
commit
42f8c287ed
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue