diff options
| author | EuAndreh <eu@euandre.org> | 2023-07-11 16:34:14 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-07-11 16:34:14 -0300 |
| commit | 255a5d9287aabb012afc7b58d54b7e90d6fe9584 (patch) | |
| tree | 0c4df026c9ae000a17274ee18e093059fc4592ce /etc/nix | |
| parent | etc/sh/rc: Change $LISP_CLI_IMPL to SBCL (diff) | |
| download | dotfiles-255a5d9287aabb012afc7b58d54b7e90d6fe9584.tar.gz dotfiles-255a5d9287aabb012afc7b58d54b7e90d6fe9584.tar.xz | |
etc/nix/configuration.nix: Enable VPN service and package
Diffstat (limited to 'etc/nix')
| -rw-r--r-- | etc/nix/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index d41c7ec..91e65fe 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -71,6 +71,7 @@ dart org-euandre.td chromium + globalprotect-openconnect ]; }; @@ -93,6 +94,7 @@ blueman.enable = true; pcscd.enable = true; udisks2.enable = true; + globalprotect.enable = true; postfix = { enable = true; |
