services: drone: mount 'resolv'-related files
Otherwise the pipelines will have a difficult time resolving hostnames...
This commit is contained in:
parent
0482833ee8
commit
7e5f661914
|
@ -184,6 +184,8 @@ in
|
||||||
"/run/nscd/socket"
|
"/run/nscd/socket"
|
||||||
];
|
];
|
||||||
BindReadOnlyPaths = [
|
BindReadOnlyPaths = [
|
||||||
|
"/etc/resolv.conf:/etc/resolv.conf"
|
||||||
|
"/etc/resolvconf.conf:/etc/resolvconf.conf"
|
||||||
"/etc/passwd:/etc/passwd"
|
"/etc/passwd:/etc/passwd"
|
||||||
"/etc/group:/etc/group"
|
"/etc/group:/etc/group"
|
||||||
"/nix/var/nix/profiles/system/etc/nix:/etc/nix"
|
"/nix/var/nix/profiles/system/etc/nix:/etc/nix"
|
||||||
|
|
Loading…
Reference in a new issue