swap group and user

This commit is contained in:
Joseph Hanson 2024-05-29 07:06:59 -05:00
parent 8c5cd868eb
commit 093c09a6e4
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -276,7 +276,7 @@ in
volumes = [
"/eru/containers/volumes/unifi/cert:/certs"
];
user = "102:999";
user = "999:102";
environment = {
TZ = "America/Chicago";
LA_DATADIR="/certs";