modules: services: woodpecker: simplify path

I'm not sure why it was written that way to begin with.
This commit is contained in:
Bruno BELANYI 2023-08-05 23:47:21 +02:00
parent 405965dc72
commit 424bb2e7b9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ in
BindReadOnlyPaths = [
"/etc/passwd:/etc/passwd"
"/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"
"/etc/machine-id"
# channels are dynamic paths in the nix store, therefore we need to bind mount the whole thing