Skip to content
Snippets Groups Projects
testing001-hardware.nix 171 B
Newer Older
  • Learn to ignore specific revisions
  • {
      imports = [ <nixpkgs/nixos/modules/virtualisation/amazon-image.nix> ];
      ec2.hvm = true;
    
    
    Jean-Paul Calderone's avatar
    Jean-Paul Calderone committed
      boot.supportedFilesystems = [ "zfs" ];
      networking.hostId = "10000000";