From 1730220dd5abb5fc26eff8b7b462732dde8f768b Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:49:31 +0100 Subject: [PATCH] vpn laptop --- modules/collections/laptop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/collections/laptop.nix b/modules/collections/laptop.nix index b27014d..e2dd81a 100644 --- a/modules/collections/laptop.nix +++ b/modules/collections/laptop.nix @@ -3,6 +3,7 @@ ../kernel.nix # use latest kernel ../services/wireguard-client.nix ../services/ssh.nix + ../work/vpn.nix ]; custom = { cli-tools.enable = true;