archisteamfarm: remove passwordFile
This commit is contained in:
parent
c04a6e0a2e
commit
36861715cb
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue