9 lines
111 B
Nix
9 lines
111 B
Nix
|
{
|
||
|
services.storage = {
|
||
|
nodes.heresy = [ "VEGAS" ];
|
||
|
nixos.heresy = [
|
||
|
./heresy.nix
|
||
|
];
|
||
|
};
|
||
|
}
|