diff options
Diffstat (limited to 'modules/services/pia.nix')
| -rw-r--r-- | modules/services/pia.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/services/pia.nix b/modules/services/pia.nix index 405f0f1..d52dbf8 100644 --- a/modules/services/pia.nix +++ b/modules/services/pia.nix @@ -4,8 +4,7 @@ enable = true; authUserPass = { - username = secrets.pia.username; - password = secrets.pia.password; + inherit (secrets.pia) username password; }; }; } |