feat: add openvpn plugin to networkmanager

This commit is contained in:
etwas 2025-09-04 10:06:26 +02:00
parent b9f28520d8
commit fb495d24be
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -1,4 +1,4 @@
{ lib, ... }: { lib, pkgs, ... }:
{ {
networking = { networking = {
hostName = "rhea-laptop"; hostName = "rhea-laptop";
@ -8,6 +8,9 @@
enable = true; enable = true;
wifi.powersave = true; wifi.powersave = true;
wifi.macAddress = "random"; wifi.macAddress = "random";
plugins = with pkgs; [
networkmanager-openvpn
];
}; };
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking