services: drone: mount 'resolv'-related files

Otherwise the pipelines will have a difficult time resolving
hostnames...
This commit is contained in:
Bruno BELANYI 2021-02-16 14:27:51 +00:00
parent 0482833ee8
commit 7e5f661914

View file

@ -184,6 +184,8 @@ in
"/run/nscd/socket"
];
BindReadOnlyPaths = [
"/etc/resolv.conf:/etc/resolv.conf"
"/etc/resolvconf.conf:/etc/resolvconf.conf"
"/etc/passwd:/etc/passwd"
"/etc/group:/etc/group"
"/nix/var/nix/profiles/system/etc/nix:/etc/nix"