Compare commits
No commits in common. "d2047ba06c84a462506b6c34137b9992008ef19e" and "0882bc1b26fb6b391fa4d9406042c346b918a501" have entirely different histories.
d2047ba06c
...
0882bc1b26
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue