depot/cluster/services/storage/default.nix

9 lines
111 B
Nix
Raw Normal View History

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