Skip to content
Snippets Groups Projects
testing000-hardware.nix 109 B
Newer Older
  • Learn to ignore specific revisions
  • {
      imports = [
        <nixpkgs/nixos/modules/virtualisation/amazon-image.nix>
      ];
    
      config.ec2.hvm = true;
    }