summaryrefslogtreecommitdiff
path: root/nixos/shared/vpn.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/shared/vpn.nix')
-rw-r--r--nixos/shared/vpn.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/shared/vpn.nix b/nixos/shared/vpn.nix
index 44a4f2c..59fb225 100644
--- a/nixos/shared/vpn.nix
+++ b/nixos/shared/vpn.nix
@@ -7,7 +7,7 @@
# We're creating the wireguard interfaces in network namespaces so that
# we can use them on demand:
# * for a command by prefixing it with `sudo ip netns exec <ns>`
- # * for a systemd service by passing its config to joinWgNamespace from lib.nix
+ # * for a systemd service by passing its config to joinWgNamespace from helpers.nix
networking.wireguard = {
enable = true;