nixos: services: wireguard: fix path to keys
This commit is contained in:
parent
8624f4c6ac
commit
00da507446
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