mirror of https://git.jolheiser.com/dotnix.git
Compare commits
No commits in common. "ec06b9b26958503a1957ea7a2e43c70ff86ae66e" and "dc2fdf7773d0e286e4bce7ef6f54721c6b105600" have entirely different histories.
ec06b9b269
...
dc2fdf7773
|
@ -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";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue