NixToSee/system_profiles/components/qemu.nix
2025-06-17 01:26:12 +02:00

6 lines
126 B
Nix

{modulesPath, ...}; {
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
];
services.qemuGuest.enable = true;
}