summaryrefslogtreecommitdiff
path: root/modules/pc/networking/pia.nix
blob: 7344a247591d9eb6fdf49fe34c82fc6fa4dfdf37 (plain) (blame)
1
2
3
4
5
6
7
{ config, ... }:
{
  services.pia = {
    enable = true;
    authUserPassFile = config.sops.secrets.pia.path;
  };
}