main
 1{den, ...}: {
 2  den.aspects.mobius = {
 3    includes = with den.aspects.hardware; [
 4      thunderbolt
 5    ];
 6
 7    nixos = {
 8      hardware.facter.reportPath = ./facter.json;
 9
10      boot.loader.systemd-boot.enable = true;
11    };
12  };
13}