Use host resolv.conf in container

This commit is contained in:
fi 2024-11-20 05:46:40 +01:00
parent fec97bb146
commit bbe382c0f2

View file

@ -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;
}; };