{ pkgs, ... }: { services = { userdata = builtins.fromJSON (builtins.readFile ./local/profiles/users.json); }; }