1 2 3 4 5 6 7
{ config, ... }: { services.pia = { enable = true; authUserPassFile = config.sops.secrets.pia.path; }; }