From 509f45656171f9aa4fc3398c9a2a2022da11faf8 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 9 Mar 2025 18:52:38 +0100 Subject: refactor: rename lib.nix to helpers.nix To avoid confusion with nixpkgs.lib. --- nixos/shared/vpn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/shared') 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 ` - # * 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; -- cgit v1.2.3