archisteamfarm: remove passwordFile

This commit is contained in:
Alexandre Cavalheiro 2024-07-10 04:01:17 -03:00
parent c04a6e0a2e
commit 36861715cb
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -1,5 +1,3 @@
{ ... }:
{
services.archisteamfarm = {
enable = true;
@ -7,7 +5,6 @@
bots.wizardlink = {
enabled = true;
passwordFile = /home/wizardlink/.local/share/archisteamfarm/bots/wizardlink.password;
username = "master1891891";
settings = {
@ -17,7 +14,6 @@
bots.zak = {
enabled = true;
passwordFile = /home/wizardlink/.local/share/archisteamfarm/bots/zak.password;
username = "matheuszak";
};
};