snowflake/hosts/arashi/services/default.nix
2024-01-17 08:53:41 -05:00

8 lines
100 B
Nix

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