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 {
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue