diff users.py @ 69:659e4b228909

new host 'pipe'
author drewp@bigasterisk.com
date Sat, 11 Jun 2022 22:51:20 -0700
parents 68eeca50ae7f
children f0e59adf7b91
line wrap: on
line diff
--- a/users.py	Thu May 05 00:04:08 2022 -0700
+++ b/users.py	Sat Jun 11 22:51:20 2022 -0700
@@ -7,7 +7,7 @@
 # raspbian took 1000 for 'pi' group, but drewp is rarely used on pi
 # setups so hopefully it won't matter much that drew group has a
 # different id.
-drewp_gid = 1000 if not is_pi else 501
+drewp_gid = 1000 if (not is_pi and host.name != 'pipe') else 501
 drewp_uid = 501
 drewp_groups = [
     'lp', 'adm', 'dialout', 'cdrom', 'sudo', 'audio', 'video', 'plugdev',