main
 1{
 2  den.aspects.hyacine = {
 3    nixos = {
 4      hardware.facter.reportPath = ./facter.json;
 5
 6      # Hyacine boot by BIOS
 7      boot.loader.grub.devices = ["nodev"];
 8    };
 9  };
10}