{ lib, ... }: { description = "static-users"; endOfLife = null; options.users = lib.mkOption { type = lib.types.attrsOf (lib.types.submodule { options.publicKeyFile = lib.mkOption { type = lib.types.path; }; }); default = { }; }; }