remove the qemu guest agent

This commit is contained in:
Andreas Zweili 2022-01-03 19:36:57 +01:00
parent fc892a2ccb
commit 922dceea58
1 changed files with 0 additions and 2 deletions

View File

@ -26,6 +26,4 @@
swapDevices = [
{ device = "/dev/disk/by-label/swap"; }
];
services.qemuGuest.enable = true;
}