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