nix/modules/vm-guest.nix

7 lines
141 B
Nix

{ ... }: {
services.qemuGuest.enable = true;
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}