depot/cluster/services/c-f32aebf5/default.nix

7 lines
98 B
Nix
Raw Normal View History

2024-06-05 01:45:19 +03:00
{
services.c-f32aebf5 = {
nodes.host = [ "VEGAS" ];
nixos.host = [ ./host.nix ];
};
}