mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix Docker DNS on toothpick
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
6df4022d4d
commit
b1cafd8f81
|
@ -127,6 +127,6 @@
|
|||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.daemon.settings.dns = [
|
||||
(secret.network.ips.blowhole or "")
|
||||
(secret.network.ips.blowhole.ip or "")
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue