mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #244841 from flokli/networkmanager-fix-ppp-plugin
nixos/networkmanager: create pppd lock directory
This commit is contained in:
commit
7539b8f2d7
1 changed files with 2 additions and 0 deletions
|
@ -461,6 +461,8 @@ in {
|
|||
"d /var/lib/NetworkManager-fortisslvpn 0700 root root -"
|
||||
|
||||
"d /var/lib/misc 0755 root root -" # for dnsmasq.leases
|
||||
# ppp isn't able to mkdir that directory at runtime
|
||||
"d /run/pppd/lock 0700 root root -"
|
||||
];
|
||||
|
||||
systemd.services.NetworkManager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue