diff options
| author | Fuwn <[email protected]> | 2024-08-31 02:03:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-31 02:03:18 -0700 |
| commit | 7da16e79124a05561ac5013888ca927dc1318279 (patch) | |
| tree | af8f6c33f94f8d32eaf1efcaa1f81713878d3a4f /modules/services/pia.nix | |
| parent | ok (diff) | |
| download | nixos-config-7da16e79124a05561ac5013888ca927dc1318279.tar.xz nixos-config-7da16e79124a05561ac5013888ca927dc1318279.zip | |
tings
Diffstat (limited to 'modules/services/pia.nix')
| -rw-r--r-- | modules/services/pia.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/services/pia.nix b/modules/services/pia.nix new file mode 100644 index 0000000..d3c72ca --- /dev/null +++ b/modules/services/pia.nix @@ -0,0 +1,10 @@ +{ + services.pia = { + enable = true; + + authUserPass = { + username = "p7456565"; + password = "hc5yxck7yW34vD"; + }; + }; +} |