enable qemu-guest-agent on crystal-gitlab vm
This commit is contained in:
parent
887778a1b2
commit
0e05976124
1 changed files with 2 additions and 2 deletions
|
@ -26,6 +26,6 @@
|
||||||
networking.hostName = "crystal-gitlab";
|
networking.hostName = "crystal-gitlab";
|
||||||
networking.useDHCP = true;
|
networking.useDHCP = true;
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
powerManagement.cpuFreqGovernor = "powersave";
|
powerManagement.cpuFreqGovernor = "performance";
|
||||||
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
|
services.qemuGuest.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue