all repos — nixfiles @ 6ce2d1c7e98ed7c45f5b29bf49df570d9d3f9694

System and user configuration, managed by nix and home-manager

user: enable bluetooth tethering as user
Alan Pearce alan@alanpearce.eu
Thu, 05 Sep 2019 17:27:59 +0200
commit

6ce2d1c7e98ed7c45f5b29bf49df570d9d3f9694

parent

5f0e9c4f7e65162dc703d9a4836dcf45c0d73867

1 files changed, 1 insertions(+), 1 deletions(-)

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;