modules: services: woodpecker: simplify path
I'm not sure why it was written that way to begin with.
This commit is contained in:
parent
405965dc72
commit
424bb2e7b9
|
@ -52,7 +52,7 @@ in
|
||||||
BindReadOnlyPaths = [
|
BindReadOnlyPaths = [
|
||||||
"/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"
|
"/etc/nix:/etc/nix"
|
||||||
"${config.environment.etc."ssh/ssh_known_hosts".source}:/etc/ssh/ssh_known_hosts"
|
"${config.environment.etc."ssh/ssh_known_hosts".source}:/etc/ssh/ssh_known_hosts"
|
||||||
"/etc/machine-id"
|
"/etc/machine-id"
|
||||||
# channels are dynamic paths in the nix store, therefore we need to bind mount the whole thing
|
# channels are dynamic paths in the nix store, therefore we need to bind mount the whole thing
|
||||||
|
|
Loading…
Reference in a new issue