Merge branch 'desktop' into laptop
This commit is contained in:
commit
5f75e097af
23 changed files with 294 additions and 152 deletions
20
services/archi.nix
Normal file
20
services/archi.nix
Normal 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
9
services/jellyfin.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
user = "wizardlink";
|
||||
|
||||
cacheDir = "/mnt/media/jellyfin/cache";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue