From e2716a721b56183f9c512af65f1601c47608fb4e Mon Sep 17 00:00:00 2001 From: Johannes Fürmann Date: Tue, 7 Apr 2015 16:14:42 +0200 Subject: Add `openlab` user to group dialout by default usb <-> rs232 interfaces which are used to connect to 3d printers are owned by the group `dialout`. --- machines/labnet/labtop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix index 6f679ed2..56fbbebf 100644 --- a/machines/labnet/labtop.nix +++ b/machines/labnet/labtop.nix @@ -101,7 +101,7 @@ in { uid = 1000; isNormalUser = true; password = "openlab"; - extraGroups = [ "wheel" "networkmanager" ]; + extraGroups = [ "wheel" "networkmanager" "dialout"]; openssh.authorizedKeys.keys = lib.singleton (lib.concatStrings [ "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJhthfk38lzDvoI7lPqRneI0yBpZEhLD" "GRBpcXzpPSu+V0YlgrDix5fHhBl+EKfw4aeQNvQNuAky3pDtX+BDK1b7idbz9ZMCExy2a1" -- cgit 1.4.1