snowflake/hosts/arashi/services/default.nix

9 lines
100 B
Nix
Raw Normal View History

2023-06-18 11:21:06 -04:00
_: {
imports = [
2023-12-31 12:51:49 -05:00
./restic.nix
2023-06-18 17:35:07 -04:00
./postgresql.nix
2023-10-07 20:42:30 -04:00
./redis.nix
2024-01-17 08:53:41 -05:00
./exporters.nix
2023-06-18 11:21:06 -04:00
];
}