depot/cluster/services/storage/default.nix

8 lines
111 B
Nix

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