about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorJohannes Fürmann <johannes@weltraumpflege.org>2015-04-07 16:14:42 +0200
committerJohannes Fürmann <johannes@weltraumpflege.org>2015-04-07 16:14:42 +0200
commite2716a721b56183f9c512af65f1601c47608fb4e (patch)
treec7f9eac92071017be8f7312cb0b96a4bf24f5fe4 /machines
parent48cbb36324179ab376fbbe590f07177236e4aabb (diff)
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`.
Diffstat (limited to 'machines')
-rw-r--r--machines/labnet/labtop.nix2
1 files changed, 1 insertions, 1 deletions
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"