chore: remove unused services

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-05-20 17:28:55 -03:00
parent 2e0b4d54cb
commit abe30cd3ff
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 0 additions and 57 deletions

View file

@ -1,25 +0,0 @@
{ ... }:
{
services.archisteamfarm = {
enable = true;
web-ui.enable = true;
bots.wizardlink = {
enabled = true;
passwordFile = /var/lib/archisteamfarm/bots/wizardlink.password;
username = "master1891891";
settings = {
CustomGamePlayedWhileFarming = "In the fields";
CustomGamePlayedWhileIdle = "Out from the fields";
};
};
bots.zak = {
enabled = true;
passwordFile = /var/lib/archisteamfarm/bots/zak.password;
username = "matheuszak";
};
};
}

View file

@ -1,23 +0,0 @@
{ ... }: {
services.caddy = {
enable = true;
virtualHosts."thewizard.link".extraConfig = ''
redir https://github.com/wizardlink/
header Strict-Transport-Security "max-age=63072000; includeSubDomains"
'';
virtualHosts."jellyfin.thewizard.link".extraConfig = ''
encode gzip
reverse_proxy 127.0.0.1:8096 {
flush_interval -1
}
'';
virtualHosts."foundry.thewizard.link".extraConfig = ''
reverse_proxy 127.0.0.1:30000 {
flush_interval -1
}
'';
};
}

View file

@ -1,9 +0,0 @@
{ pkgs, ... }:
{
services.jellyfin = {
enable = true;
openFirewall = true;
user = "wizardlink";
};
}