mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #24813 from benley/nm-openvpn
nixos: Add nm-openvpn to the networkmanager group
This commit is contained in:
commit
48b5b77bb7
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ in {
|
|||
users.extraUsers = [{
|
||||
name = "nm-openvpn";
|
||||
uid = config.ids.uids.nm-openvpn;
|
||||
extraGroups = [ "networkmanager" ];
|
||||
}];
|
||||
|
||||
systemd.packages = cfg.packages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue