logging things
This commit is contained in:
parent
1c337431d5
commit
df9e8ae8bf
1 changed files with 17 additions and 0 deletions
|
@ -367,6 +367,19 @@ in {
|
||||||
targets = ["127.0.0.1:${toString config.services.prometheus.exporters.systemd.port}"];
|
targets = ["127.0.0.1:${toString config.services.prometheus.exporters.systemd.port}"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "tailscale_client";
|
||||||
|
static_configs = lib.singleton {
|
||||||
|
targets = ["100.100.100.100"];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
# TODO figure out why i cant connect to slskd locally
|
||||||
|
# {
|
||||||
|
# job_name = "slskd";
|
||||||
|
# static_configs = lib.singleton {
|
||||||
|
# targets = ["127.0.0.1:${toString slskdUiPort}"];
|
||||||
|
# };
|
||||||
|
# }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -397,6 +410,10 @@ in {
|
||||||
environmentFile = config.sops.secrets.slskd.path;
|
environmentFile = config.sops.secrets.slskd.path;
|
||||||
domain = null; # why isnt this the default?
|
domain = null; # why isnt this the default?
|
||||||
settings = {
|
settings = {
|
||||||
|
metrics = {
|
||||||
|
enabled = true;
|
||||||
|
authentication.disabled = true;
|
||||||
|
};
|
||||||
remote_file_management = true;
|
remote_file_management = true;
|
||||||
shares.directories = ["/media/library/music"];
|
shares.directories = ["/media/library/music"];
|
||||||
soulseek = {
|
soulseek = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue