Mercurial > code > home > repos > infra
diff users.py @ 282:e10ee3ddadcf
pi changes
author | drewp@bigasterisk.com |
---|---|
date | Mon, 15 Apr 2024 02:27:07 -0700 |
parents | 5c5c314051c5 |
children | 3af02e24eaf9 |
line wrap: on
line diff
--- a/users.py Mon Apr 15 00:04:41 2024 -0700 +++ b/users.py Mon Apr 15 02:27:07 2024 -0700 @@ -8,9 +8,9 @@ # setups so hopefully it won't matter much that drew group has a # different id. drewp_uid, drewp_gid = 501, 1000 -if host.name in ['pillow', 'ws-printer', 'gn-music']: +if host.name in ['pillow', ]: drewp_uid, drewp_gid = 1000, 1000 -if host.name in ['pipe', 'garage']: +if host.name in ['pipe', 'garage', 'ws-printer', 'gn-music', 'li-drums']: drewp_uid, drewp_gid = 1001, 501 drewp_groups = [ 'lp', 'adm', 'dialout', 'cdrom', 'sudo', 'audio', 'video', 'plugdev',