Use host resolv.conf in container

This commit is contained in:
yuri 2023-09-18 02:40:09 +02:00
parent d1f2b13232
commit b359ec8644

View file

@ -4,6 +4,8 @@
nixpkgs = nixpkgs-unstable;
autoStart = true;
config = { ... }: {
networking.useHostResolvConf = true;
services.uptime-kuma = {
enable = true;
};