feat: disabled sonarr, radarr, and bazarr
This commit is contained in:
parent
24def1e3d3
commit
1d940fd8d8
2 changed files with 6 additions and 21 deletions
|
@ -287,21 +287,6 @@
|
||||||
subdomain = "budget";
|
subdomain = "budget";
|
||||||
};
|
};
|
||||||
|
|
||||||
sonarr = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
radarr = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
bazarr = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home-assistant = {
|
home-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
subdomain = "home";
|
subdomain = "home";
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
qbittorrent = 2011;
|
qbittorrent = 2011;
|
||||||
paperless = 2012;
|
paperless = 2012;
|
||||||
actual = 2013;
|
actual = 2013;
|
||||||
radarr = 275;
|
radarr = 2014;
|
||||||
sonarr = 274;
|
sonarr = 2015;
|
||||||
bazarr = 985;
|
bazarr = 2016;
|
||||||
};
|
};
|
||||||
|
|
||||||
gids = {
|
gids = {
|
||||||
|
@ -45,9 +45,9 @@
|
||||||
qbittorrent = 2011;
|
qbittorrent = 2011;
|
||||||
paperless = 2012;
|
paperless = 2012;
|
||||||
actual = 2013;
|
actual = 2013;
|
||||||
radarr = 275;
|
radarr = 2014;
|
||||||
sonarr = 274;
|
sonarr = 2015;
|
||||||
bazarr = 981;
|
bazarr = 2016;
|
||||||
};
|
};
|
||||||
|
|
||||||
users = config.users.users;
|
users = config.users.users;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue