fix work vpn

This commit is contained in:
Kopatz
2025-02-18 18:32:19 +01:00
parent 72bb0743b6
commit 32e8a7af77
2 changed files with 6 additions and 1 deletions

4
modules/work/vpn.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs, ... }: {
services.resolved.enable = true;
programs.openvpn3.enable = true;
}