enable nsd, minidlna
This commit is contained in:
parent
44fb4a6cd1
commit
1156b20785
@ -85,6 +85,28 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nsd = {
|
||||||
|
enable = true;
|
||||||
|
interfaces = [
|
||||||
|
"0.0.0.0"
|
||||||
|
"::"
|
||||||
|
];
|
||||||
|
zones = {
|
||||||
|
"jakstys.lt.".data = myData.jakstysLTZone;
|
||||||
|
"11sync.net.".data = myData.e11syncZone;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
minidlna = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
settings = {
|
||||||
|
media_dir = [ "/home/motiejus/video" ];
|
||||||
|
friendly_name = "vno1-oh2";
|
||||||
|
inotify = "yes";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
prometheus = {
|
prometheus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = myData.ports.prometheus;
|
port = myData.ports.prometheus;
|
||||||
|
@ -357,56 +357,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
prometheus = {
|
|
||||||
enable = true;
|
|
||||||
port = myData.ports.prometheus;
|
|
||||||
retentionTime = "1y";
|
|
||||||
|
|
||||||
globalConfig = {
|
|
||||||
scrape_interval = "10s";
|
|
||||||
evaluation_interval = "1m";
|
|
||||||
};
|
|
||||||
|
|
||||||
scrapeConfigs =
|
|
||||||
let
|
|
||||||
port = builtins.toString myData.ports.exporters.node;
|
|
||||||
in
|
|
||||||
[
|
|
||||||
{
|
|
||||||
job_name = "prometheus";
|
|
||||||
static_configs = [ { targets = [ "127.0.0.1:${toString myData.ports.prometheus}" ]; } ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
job_name = "caddy";
|
|
||||||
static_configs = [ { targets = [ "127.0.0.1:${toString myData.ports.exporters.caddy}" ]; } ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
job_name = "${config.networking.hostName}.${config.networking.domain}";
|
|
||||||
static_configs = [ { targets = [ "127.0.0.1:${port}" ]; } ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
job_name = "fra1-b.servers.jakst";
|
|
||||||
static_configs = [ { targets = [ "${myData.hosts."fra1-b.servers.jakst".jakstIP}:${port}" ]; } ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
job_name = "vno3-rp3b.servers.jakst";
|
|
||||||
static_configs = [ { targets = [ "${myData.hosts."vno3-rp3b.servers.jakst".jakstIP}:${port}" ]; } ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
job_name = "fwminex.servers.jakst";
|
|
||||||
static_configs = [ { targets = [ "${myData.hosts."fwminex.servers.jakst".jakstIP}:${port}" ]; } ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
job_name = "mtworx.motiejus.jakst";
|
|
||||||
static_configs = [ { targets = [ "${myData.hosts."mtworx.motiejus.jakst".jakstIP}:${port}" ]; } ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
job_name = "vno1-vinc.vincentas.jakst";
|
|
||||||
static_configs = [ { targets = [ "${myData.hosts."vno1-vinc.vincentas.jakst".jakstIP}:9100" ]; } ];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
nsd = {
|
nsd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces = [
|
interfaces = [
|
||||||
|
Loading…
Reference in New Issue
Block a user