Fix Docker DNS on toothpick

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-22 17:19:47 +02:00
parent 6df4022d4d
commit b1cafd8f81
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -127,6 +127,6 @@
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
virtualisation.docker.daemon.settings.dns = [ virtualisation.docker.daemon.settings.dns = [
(secret.network.ips.blowhole or "") (secret.network.ips.blowhole.ip or "")
]; ];
} }