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