feat: add openvpn plugin to networkmanager
This commit is contained in:
parent
b9f28520d8
commit
fb495d24be
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
networking = {
|
||||
hostName = "rhea-laptop";
|
||||
|
|
@ -8,6 +8,9 @@
|
|||
enable = true;
|
||||
wifi.powersave = true;
|
||||
wifi.macAddress = "random";
|
||||
plugins = with pkgs; [
|
||||
networkmanager-openvpn
|
||||
];
|
||||
};
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
|
|||
Loading…
Reference in a new issue