archisteamfarm: point password files in a more friendlier place

This commit is contained in:
Alexandre Cavalheiro 2024-07-04 15:29:00 -03:00
parent 43de6e4c5b
commit 122997fb82
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -7,7 +7,7 @@
bots.wizardlink = { bots.wizardlink = {
enabled = true; enabled = true;
passwordFile = /var/lib/archisteamfarm/bots/wizardlink.password; passwordFile = /home/wizardlink/.local/share/archisteamfarm/bots/wizardlink.password;
username = "master1891891"; username = "master1891891";
settings = { settings = {
@ -17,7 +17,7 @@
bots.zak = { bots.zak = {
enabled = true; enabled = true;
passwordFile = /var/lib/archisteamfarm/bots/zak.password; passwordFile = /home/wizardlink/.local/share/archisteamfarm/bots/zak.password;
username = "matheuszak"; username = "matheuszak";
}; };
}; };