config/profiles/vm/xen.nix
2024-10-19 04:05:45 +02:00

7 lines
170 B
Nix

{ pkgs, ... }:
{
# This requires a reboot into a Xen kernel to take effect.
virtualisation.xen.enable = true;
system.nixos.tags = [ "with-xen" ]; # just cosmetic
}