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