Merge branch 'desktop' into laptop

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-07-17 12:02:55 -03:00
commit 5f75e097af
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
23 changed files with 294 additions and 152 deletions

20
services/archi.nix Normal file
View file

@ -0,0 +1,20 @@
{
services.archisteamfarm = {
enable = true;
web-ui.enable = true;
bots.wizardlink = {
enabled = true;
username = "master1891891";
settings = {
CustomGamePlayedWhileFarming = "In the fields";
};
};
bots.zak = {
enabled = true;
username = "matheuszak";
};
};
}

9
services/jellyfin.nix Normal file
View file

@ -0,0 +1,9 @@
{
services.jellyfin = {
enable = true;
openFirewall = true;
user = "wizardlink";
cacheDir = "/mnt/media/jellyfin/cache";
};
}