depot/cluster/services/storage/default.nix

13 lines
204 B
Nix
Raw Normal View History

2023-07-05 21:53:04 +03:00
{
services.storage = {
nodes = {
external = [ "prophet" ];
heresy = [ "VEGAS" ];
};
nixos = {
external = [ ./external.nix ];
heresy = [ ./heresy.nix ];
};
2023-07-05 21:53:04 +03:00
};
}