{ pkgs, config, ... }: {
# TODO fix
services.piped = {
enable = true;
domain = "piped.${config.networking.domain}";
backend = {
port = 5632;
database = {
host = "127.0.0.1";
passwordFile = config.age.secrets.piped.path;
createLocally = false;
};
}