6 lines
92 B
Nix
6 lines
92 B
Nix
{ modulesPath, ... }:
|
|
|
|
{
|
|
imports = [ "${modulesPath}/virtualisation/azure-image.nix" ];
|
|
}
|