mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
virtualization/azure: turn off verbose logging
This commit is contained in:
parent
0d4e5649dc
commit
6f47b2c16d
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ with lib;
|
|||
|
||||
require = [ ./azure-agent.nix ];
|
||||
virtualisation.azure.agent.enable = true;
|
||||
virtualisation.azure.agent.verboseLogging = 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" ];
|
||||
|
|
Loading…
Reference in a new issue