summaryrefslogtreecommitdiff
path: root/modules/services/pia.nix
blob: d3c72ca8e79adc8371e5507d3006917dbbaa85e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  services.pia = {
    enable = true;

    authUserPass = {
      username = "p7456565";
      password = "hc5yxck7yW34vD";
    };
  };
}