diff --git a/modules/misc_hardware/networking.nix b/modules/misc_hardware/networking.nix index 49c6c3e..71bbce1 100644 --- a/modules/misc_hardware/networking.nix +++ b/modules/misc_hardware/networking.nix @@ -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