Use host resolv.conf in container
This commit is contained in:
parent
ef036a6a18
commit
a30fd6d361
|
@ -4,6 +4,8 @@
|
||||||
nixpkgs = nixpkgs-unstable;
|
nixpkgs = nixpkgs-unstable;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
config = { ... }: {
|
config = { ... }: {
|
||||||
|
networking.useHostResolvConf = true;
|
||||||
|
|
||||||
services.uptime-kuma = {
|
services.uptime-kuma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue