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