snowflake/hosts/arashi/services/default.nix

8 lines
80 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
2023-06-18 11:21:06 -04:00
];
}