feat: Added stuff

This commit is contained in:
uttarayan21
2025-07-18 17:06:37 +05:30
parent 214c6e5d92
commit 412ebf98f0
11 changed files with 50 additions and 16 deletions

View File

@@ -12,6 +12,7 @@
./tailscale.nix
./zerotier.nix
./prowlarr.nix
./flaresolverr.nix
# ./home-assistant.nix
# ./jellyfin.nix

View File

@@ -0,0 +1,7 @@
{...}: {
services = {
flaresolverr = {
enable = true;
};
};
}

View File

@@ -3,8 +3,5 @@
prowlarr = {
enable = true;
};
flaresolverr = {
enable = true;
};
};
}