From 6ce2d1c7e98ed7c45f5b29bf49df570d9d3f9694 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 5 Sep 2019 17:27:59 +0200 Subject: user: enable bluetooth tethering as user --- modules/configuration/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/configuration') diff --git a/modules/configuration/user.nix b/modules/configuration/user.nix index 7034a15..e7362bc 100644 --- a/modules/configuration/user.nix +++ b/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; -- cgit 1.4.1