networking
This commit is contained in:
parent
0139527b3b
commit
577047c0d5
5
hosts/headful/work/networking.nix
Normal file
5
hosts/headful/work/networking.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
networking.networkmanager.plugins = [
|
||||||
|
pkgs.networkmanager-openvpn
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue