user: enable bluetooth tethering as user
Alan Pearce alan@alanpearce.eu
Thu, 05 Sep 2019 17:27:59 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
M modules/configuration/user.nix → modules/configuration/user.nix
@@ -3,7 +3,7 @@ { users.extraUsers.alan = { description = "Alan Pearce"; isNormalUser = true; - extraGroups = [ "audio" "wheel" "adbusers" "docker" "nitrokey" "dialout" "networkmanager" ]; + extraGroups = [ "audio" "wheel" "lp" "adbusers" "docker" "nitrokey" "dialout" "networkmanager" ]; shell = "/run/current-system/sw/bin/zsh"; home = "/home/alan"; uid = 1000;