main
 1{
 2  den.aspects.tribios = {
 3    nixos = {
 4      hardware.facter.reportPath = ./facter.json;
 5
 6      boot.loader = {
 7        systemd-boot.enable = true;
 8
 9        efi = {
10          canTouchEfiVariables = false;
11          efiSysMountPoint = "/boot";
12        };
13      };
14    };
15  };
16}