nixos/networkmanager: explicitly configure VPN plugins
required after NixOS 25.11 upgrade
This commit is contained in:
parent
03ae1479af
commit
30cd2d42fd
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
plugins = with pkgs; [
|
||||||
|
networkmanager-openvpn
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.avahi.enable = true;
|
services.avahi.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue