feat: Added stuff
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
./searxng.nix
|
||||
./tailscale.nix
|
||||
|
||||
# ./jellyfin.nix
|
||||
# ./ldap.nix
|
||||
# ./llama.nix
|
||||
# ./navidrome.nix
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
{...}: {
|
||||
services = {
|
||||
jellyfin = {
|
||||
enable = false;
|
||||
openFirewall = false;
|
||||
};
|
||||
caddy = {
|
||||
virtualHosts."media.darksailor.dev".extraConfig = ''
|
||||
reverse_proxy localhost:8096
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user