feat: Added stuff

This commit is contained in:
uttarayan21
2025-07-30 17:17:51 +05:30
parent cdb7fbfe13
commit a48aba7824
8 changed files with 36 additions and 60 deletions

View File

@@ -18,7 +18,6 @@
./searxng.nix
./tailscale.nix
# ./jellyfin.nix
# ./ldap.nix
# ./llama.nix
# ./navidrome.nix

View File

@@ -1,13 +0,0 @@
{...}: {
services = {
jellyfin = {
enable = false;
openFirewall = false;
};
caddy = {
virtualHosts."media.darksailor.dev".extraConfig = ''
reverse_proxy localhost:8096
'';
};
};
}