diff users.py @ 280:5c5c314051c5

updates for pis
author drewp@bigasterisk.com
date Sun, 14 Apr 2024 20:58:39 -0700
parents 4e424a144183
children e10ee3ddadcf
line wrap: on
line diff
--- a/users.py	Sun Apr 14 20:54:35 2024 -0700
+++ b/users.py	Sun Apr 14 20:58:39 2024 -0700
@@ -8,7 +8,7 @@
 # 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']:
+if host.name in ['pillow', 'ws-printer', 'gn-music']:
     drewp_uid, drewp_gid = 1000, 1000
 if host.name in ['pipe', 'garage']:
     drewp_uid, drewp_gid = 1001, 501