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