nixos-configuration/nixosConfigurations/epimetheus/default.nix

6 lines
65 B
Nix

{ ... }:
{
config = {
my.pxvirtGuest.enable = true;
};
}