all: enable node-exporter

This commit is contained in:
Adithya 2024-07-18 22:06:11 +05:30
parent b5d73083bd
commit 1ee8b0b629
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
7 changed files with 26 additions and 3 deletions

View file

@ -1,3 +1,6 @@
_: { _: {
imports = [ ./transmission.nix ]; imports = [
./transmission.nix
../../../shared/node-exporter.nix
];
} }

View file

@ -1,3 +1,8 @@
_: { _: {
imports = [ ./blocky.nix ./grafana.nix ./prometheus.nix ]; imports = [
./blocky.nix
./grafana.nix
./prometheus.nix
../../../shared/node-exporter.nix
];
} }

View file

@ -1,3 +1,8 @@
_: { _: {
imports = [ ./adtya.xyz.nix ./proofs.nix ./wiki.nix ]; imports = [
./adtya.xyz.nix
./proofs.nix
./wiki.nix
../../../shared/node-exporter.nix
];
} }

View file

@ -0,0 +1,5 @@
_: {
imports = [
../../../shared/node-exporter.nix
];
}

View file

@ -1,5 +1,6 @@
_: { _: {
imports = [ imports = [
./apps
./btrfs.nix ./btrfs.nix
./ssh.nix ./ssh.nix
../../shared/caddy.nix ../../shared/caddy.nix

View file

@ -0,0 +1,3 @@
_: {
imports = [ ../../../shared/node-exporter.nix ];
}

View file

@ -1,5 +1,6 @@
_: { _: {
imports = [ imports = [
./apps
./btrfs.nix ./btrfs.nix
./ssh.nix ./ssh.nix
../../shared/caddy.nix ../../shared/caddy.nix