depot/cluster/services/storage/default.nix

12 lines
204 B
Nix

{
services.storage = {
nodes = {
external = [ "prophet" ];
heresy = [ "VEGAS" ];
};
nixos = {
external = [ ./external.nix ];
heresy = [ ./heresy.nix ];
};
};
}