all repos — archive/nixos-configuration @ 6ce2d1c7e98ed7c45f5b29bf49df570d9d3f9694

Superseded by nixfiles

user: enable bluetooth tethering as user

Alan Pearce
commit

6ce2d1c7e98ed7c45f5b29bf49df570d9d3f9694

parent

5f0e9c4f7e65162dc703d9a4836dcf45c0d73867

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M modules/configuration/user.nixmodules/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;