Compare commits

..

No commits in common. "ec06b9b26958503a1957ea7a2e43c70ff86ae66e" and "dc2fdf7773d0e286e4bce7ef6f54721c6b105600" have entirely different histories.

2 changed files with 28 additions and 1 deletions

View File

@ -29,7 +29,7 @@ in
};
theme = "Catppuccin Mocha";
ui_font_size = 15;
vim_mode = false;
vim_mode = true;
relative_line_numbers = true;
vim = {
use_system_clipboard = "always";

View File

@ -73,6 +73,33 @@ in
enable = true;
openFirewall = true;
};
tsnet-serve.instances = {
jellyfin = {
enable = true;
backend = "http://127.0.0.1:9086";
authKey = "tskey-auth-k8LDnQ5Lba11CNTRL-5QbfHxZRs1UUPHm64ZEB2U4uzTjGR5t2"; # One-time key
};
sonarr = {
enable = true;
backend = "http://127.0.0.1:8989";
authKey = "tskey-auth-kb3G9Gp1s811CNTRL-uwN8PCBF9M9Q6jWDpQXSM98jj6o33tkAE"; # One-time key
};
radarr = {
enable = true;
backend = "http://127.0.0.1:7878";
authKey = "tskey-auth-kJY2J4DJke11CNTRL-m5TVetb5geTxiyrtyauyeTS9C4ZvfdvRL"; # One-time key
};
bazarr = {
enable = true;
backend = "http://127.0.0.1:6767";
authKey = "tskey-auth-kEh77KQqzx11CNTRL-zofQaxrHmcJFS5Y4p6Z4dJyxkbHB8DWQ"; # One-time key
};
prowlarr = {
enable = true;
backend = "http://127.0.0.1:9696";
authKey = "tskey-auth-kkFSG4vzTN11CNTRL-tt9A1vsHSoDfJQKkcCfjoDRxtTxa9ioDX"; # One-time key
};
};
};
users = {