all: enable node-exporter
This commit is contained in:
parent
b5d73083bd
commit
1ee8b0b629
7 changed files with 26 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [ ./transmission.nix ];
|
imports = [
|
||||||
|
./transmission.nix
|
||||||
|
../../../shared/node-exporter.nix
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [ ./blocky.nix ./grafana.nix ./prometheus.nix ];
|
imports = [
|
||||||
|
./blocky.nix
|
||||||
|
./grafana.nix
|
||||||
|
./prometheus.nix
|
||||||
|
../../../shared/node-exporter.nix
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [ ./adtya.xyz.nix ./proofs.nix ./wiki.nix ];
|
imports = [
|
||||||
|
./adtya.xyz.nix
|
||||||
|
./proofs.nix
|
||||||
|
./wiki.nix
|
||||||
|
../../../shared/node-exporter.nix
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
5
hosts/rico2/services/apps/default.nix
Normal file
5
hosts/rico2/services/apps/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
_: {
|
||||||
|
imports = [
|
||||||
|
../../../shared/node-exporter.nix
|
||||||
|
];
|
||||||
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./apps
|
||||||
./btrfs.nix
|
./btrfs.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
../../shared/caddy.nix
|
../../shared/caddy.nix
|
||||||
|
|
3
hosts/wynne/services/apps/default.nix
Normal file
3
hosts/wynne/services/apps/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
_: {
|
||||||
|
imports = [ ../../../shared/node-exporter.nix ];
|
||||||
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./apps
|
||||||
./btrfs.nix
|
./btrfs.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
../../shared/caddy.nix
|
../../shared/caddy.nix
|
||||||
|
|
Loading…
Reference in a new issue