services: drone: do not bind '/var/lib/drone'
This commit is contained in:
parent
b972c0bef3
commit
0482833ee8
|
@ -182,7 +182,6 @@ in
|
||||||
BindPaths = [
|
BindPaths = [
|
||||||
"/nix/var/nix/daemon-socket/socket"
|
"/nix/var/nix/daemon-socket/socket"
|
||||||
"/run/nscd/socket"
|
"/run/nscd/socket"
|
||||||
"/var/lib/drone"
|
|
||||||
];
|
];
|
||||||
BindReadOnlyPaths = [
|
BindReadOnlyPaths = [
|
||||||
"/etc/passwd:/etc/passwd"
|
"/etc/passwd:/etc/passwd"
|
||||||
|
|
Loading…
Reference in a new issue