modules: services: woodpecker: simplify path
All checks were successful
ci/woodpecker/push/check Pipeline was successful

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 209a3f6c8d
commit bb193c12ac

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