remove navidrome from nfss
This commit is contained in:
parent
c17b6b13b2
commit
29b549c503
3 changed files with 0 additions and 64 deletions
|
|
@ -6,15 +6,9 @@
|
|||
../../../modules/tex.nix
|
||||
../../../modules/syncthing.nix
|
||||
../../../modules/schedule.nix
|
||||
../../../modules/yt-dlp.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
|
||||
programs.yt-dlp-custom = {
|
||||
enable = true;
|
||||
downloadDir = "/home/yanlin/Media";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -139,7 +139,6 @@
|
|||
user = "yanlin";
|
||||
audiobookshelf.enable = true;
|
||||
deluge.enable = true;
|
||||
navidrome.enable = true;
|
||||
};
|
||||
|
||||
# Samba file sharing
|
||||
|
|
|
|||
|
|
@ -27,39 +27,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
audio = {
|
||||
rule = "Host(`audio.yanlincs.com`)";
|
||||
service = "audio";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
music = {
|
||||
rule = "Host(`music.yanlincs.com`)";
|
||||
service = "music";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
deluge = {
|
||||
rule = "Host(`deluge.yanlincs.com`)";
|
||||
service = "deluge";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
@ -73,30 +40,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
audio = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://nfss.yanlincs.com:8000";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
music = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://nfss.yanlincs.com:4533";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
deluge = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://nfss.yanlincs.com:8112";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue