1
1
Fork 0

Compare commits

..

No commits in common. "d2047ba06c84a462506b6c34137b9992008ef19e" and "0882bc1b26fb6b391fa4d9406042c346b918a501" have entirely different histories.

1 changed files with 2 additions and 8 deletions

View File

@ -65,10 +65,7 @@
listen = [
{ addr = "10.22.20.8"; port = 7476; }
];
locations."/" = {
root = "/pool/tvb";
tryFiles = "\$uri @indexer";
};
locations."/".tryFiles = "\$uri @indexer";
locations."@indexer".proxyPass = "http://localhost:5000";
};
};
@ -91,9 +88,6 @@
users.users = {
tvb = {
extraGroups = [ "networkmanager" ];
packages = [
(pkgs.writeShellScriptBin "yt-dlp" ''exec $HOME/.yt-dlp/bin/yt-dlp "$@"'')
];
};
katydid = {
uid = 1102;
@ -107,7 +101,7 @@
katydid.gid = 1102;
tvbpoolro = {
gid = 1201;
members = [ "tvb" "jellyfin" "nginx" ];
members = [ "tvb" "nginx" ];
};
};