networking

This commit is contained in:
Lukas Wurzinger 2025-01-18 19:15:32 +01:00
parent 0139527b3b
commit 577047c0d5
No known key found for this signature in database

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
networking.networkmanager.plugins = [
pkgs.networkmanager-openvpn
];
}