From 193a74722905f00a9cee5631d471ec85fc8ee021 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 25 Apr 2021 11:05:34 +1000 Subject: [PATCH] Added messagebus to lp group A vain attempt to stop some odd bluetooth issues --- hosts/dionach.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/dionach.nix b/hosts/dionach.nix index 96bbdd6..ead8df2 100644 --- a/hosts/dionach.nix +++ b/hosts/dionach.nix @@ -209,6 +209,12 @@ TCPKeepAlive no ''; + users.groups = { + lp.members = [ + "messagebus" + ]; + }; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you