nixos: services: wireguard: fix path to keys
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2026-01-02 16:01:20 +00:00
parent b7e849be9f
commit f5af7d3667

View file

@ -1,6 +1,6 @@
# Extra wireguard keys that are not hosts NixOS hosts
let
keys = import ../../../../keys;
keys = import ../../../../../keys;
all = [
keys.users.ambroisie