Done with arr stack (for now)
This commit is contained in:
parent
89ededb7f0
commit
abfd06a50d
3 changed files with 55 additions and 21 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue