snowflake/hosts/arashi/services/default.nix
notohh 2c9ee605b4
All checks were successful
flake check / check (push) Successful in 4m22s
fmt check / check (push) Successful in 57s
arashi: init exporters
2024-01-17 08:53:41 -05:00

9 lines
100 B
Nix

_: {
imports = [
./restic.nix
./postgresql.nix
./redis.nix
./exporters.nix
];
}