nixos: services: wireguard: fix path to keys
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
b7e849be9f
commit
f5af7d3667
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Extra wireguard keys that are not hosts NixOS hosts
|
# Extra wireguard keys that are not hosts NixOS hosts
|
||||||
let
|
let
|
||||||
keys = import ../../../../keys;
|
keys = import ../../../../../keys;
|
||||||
|
|
||||||
all = [
|
all = [
|
||||||
keys.users.ambroisie
|
keys.users.ambroisie
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue