mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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 ];
|
require = [ ./azure-agent.nix ];
|
||||||
virtualisation.azure.agent.enable = true;
|
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.kernelParams = [ "console=ttyS0" "earlyprintk=ttyS0" "rootdelay=300" "panic=1" "boot.panic_on_fail" ];
|
||||||
boot.initrd.kernelModules = [ "hv_vmbus" "hv_netvsc" "hv_utils" "hv_storvsc" ];
|
boot.initrd.kernelModules = [ "hv_vmbus" "hv_netvsc" "hv_utils" "hv_storvsc" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue