{ lib, ... }: { options.flake.nixosConfigurations = lib.mkOption { default = {}; type = lib.types.lazyAttrsOf lib.types.raw; }; }