Revert "fix: explicitly set dns servers for containers"
This reverts commit 6de5f5a3f337c4431e01749a46e56e5327e0b084.
This commit is contained in:
parent
d4aaf962c6
commit
7cb26a742c
1 changed files with 4 additions and 10 deletions
|
@ -24,16 +24,10 @@ in {
|
|||
});
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
dockerSocket.enable = true;
|
||||
};
|
||||
|
||||
containers.containersConf.settings = {
|
||||
containers.dns_servers = ["1.1.1.1"];
|
||||
};
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
dockerSocket.enable = true;
|
||||
};
|
||||
|
||||
users.groups.gitea-runner = {};
|
||||
|
|
Loading…
Reference in a new issue