Revert "networkmanager: we dont need networkmanager group anymore, just use at_console policy"
This reverts commit 52fe694360
.
This commit is contained in:
parent
8e3fa9f56a
commit
0f98ddf8fd
@ -56,6 +56,9 @@ stdenv.mkDerivation rec {
|
||||
postInstall =
|
||||
''
|
||||
mkdir -p $out/lib/NetworkManager
|
||||
|
||||
# FIXME: Workaround until NixOS' dbus+systemd supports at_console policy
|
||||
substituteInPlace $out/etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf --replace 'at_console="true"' 'group="networkmanager"'
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user