homelab/machines/modules/default.nix
plasmagoat 5feb74d56d
All checks were successful
Hello World / test (push) Successful in 4s
colmena initial implementation for sandbox and monitor
2025-07-06 21:25:57 +02:00

11 lines
170 B
Nix

{
imports = [
./node-exporter.nix
./journal-log.nix
# ./wireguard.nix
# ./nomad.nix
# ./vault.nix
# ./vaultSecret.nix
# ./consul.nix
];
}