Azure image: package and add azure agent

This commit is contained in:
Evgeny Egorochkin
2015-12-09 07:30:15 +02:00
parent 2838161c21
commit 6db67186f2
2 changed files with 173 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ with lib;
{
imports = [ ../profiles/headless.nix ];
require = [ ./azure-agent.nix ];
virtualisation.azure.agent.enable = true;
boot.kernelParams = [ "console=ttyS0" "earlyprintk=ttyS0" "rootdelay=300" "panic=1" "boot.panic_on_fail" ];
boot.initrd.kernelModules = [ "hv_vmbus" "hv_netvsc" "hv_utils" "hv_storvsc" ];