feat: add openvpn

This commit is contained in:
2026-07-22 12:35:07 +02:00
parent d29b058532
commit a06b592031
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -30,4 +30,7 @@
programs.ripgrep.enable = true;
programs.k9s.enable = true;
};
flake.modules.nixos.openvpn = {
programs.openvpn3.enable = true;
};
}