summaryrefslogtreecommitdiff
path: root/nixos/shared/vpn.nix
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-09 18:52:38 +0100
committerMartin Fischer <martin@push-f.com>2025-03-09 19:04:00 +0100
commit509f45656171f9aa4fc3398c9a2a2022da11faf8 (patch)
tree8e687067c50507ab67d2e1a01c2583e29fb22186 /nixos/shared/vpn.nix
parentf4101de3db3b6a8771108e587f300156743bd350 (diff)
refactor: rename lib.nix to helpers.nix
To avoid confusion with nixpkgs.lib.
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;