diff options
| author | Adam Washington <[email protected]> | 2021-09-10 15:40:16 +0000 |
|---|---|---|
| committer | Adam Washington <[email protected]> | 2021-09-10 15:40:16 +0000 |
| commit | e3c834a164fc005347e25f81df824a0eba9fc045 (patch) | |
| tree | 4c7c1bb9b0106f628e270d375852946e91ffdadf | |
| parent | Require explicit enable (diff) | |
| download | pia.nix-e3c834a164fc005347e25f81df824a0eba9fc045.tar.xz pia.nix-e3c834a164fc005347e25f81df824a0eba9fc045.zip | |
Try the nixosModules route
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; }; outputs = { self, nixpkgs }: { - nixosModule = { config }: { + nixosModules.vpn = { config }: { options = { services.pia.authUserPass = { enable = nixpkgs.lib.mkOption { |