Archived
0
0
Fork 0

enable qemu-guest-agent on crystal-gitlab vm

This commit is contained in:
Daryl Ronningen 2023-01-07 03:32:10 -08:00
parent 887778a1b2
commit 0e05976124
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -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;
}