1 { lib, pkgs, config, ... }: let 2 3 in { 4 imports = [ 5 ./enroll 6 ]; 7 8 options = { 9 10 }; 11 config = { 12 13 }; 14 }