Done with arr stack (for now)

This commit is contained in:
pazpi 2024-10-07 22:02:52 +02:00
parent 89ededb7f0
commit abfd06a50d
3 changed files with 55 additions and 21 deletions

View file

@ -8,12 +8,6 @@
my = {
utils.commons.enable = true;
networking.tailscale = {
enable = false;
exitNode = "vps.neon-dory.ts.net";
# authKeyFile = builtins.toFile "authKey" ''${parameters.tailscaleAuthKey}'';
};
services.media-mgr = {
programs.enable = true;
};

View file

@ -18,21 +18,12 @@ in
services.media-mgr = {
exportMetrics.enable = true;
# proxy = {
# enable = true;
# domain = "tegola.pro";
# host = "arr.internal";
# };
};
monitoring = {
prometheus = {
enable = true;
# proxy = {
# domain = "tegola.pro";
# host = "metrics.internal";
# };
};
grafana.enable = true;
prometheus.enable = true;
loki.enable = true;
};
networking = {
@ -42,7 +33,6 @@ in
authKeyFile = config.age.secrets.tailscale-authKey.path;
};
# caddy.enable = true;
};
virtualisation = {
@ -81,7 +71,5 @@ in
};
};
# networking.nameservers = [ "192.168.1.2" ];
system.stateVersion = "24.05";
}