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.useDHCP = true;
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
||||
|
|
Reference in a new issue