diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-12 16:38:28 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-12 16:38:28 +0700 |
| commit | 883f59f473c8577e39ab4142e55c27d678a60d33 (patch) | |
| tree | 33296bdf584ef165ff3adbc753318e56f4709dab /nixos/modules/features/vpn-utils | |
| parent | ea52aa622ff5c4c522ccd159da38a957f88f46eb (diff) | |
upd
Diffstat (limited to 'nixos/modules/features/vpn-utils')
| -rw-r--r-- | nixos/modules/features/vpn-utils/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/features/vpn-utils/default.nix b/nixos/modules/features/vpn-utils/default.nix index 91f2594..ed5bb8d 100644 --- a/nixos/modules/features/vpn-utils/default.nix +++ b/nixos/modules/features/vpn-utils/default.nix @@ -10,6 +10,8 @@ environment.systemPackages = with pkgs; [ wireguard-tools + amneziawg-tools + amneziawg-go ]; # Throne's sing-box core resolves its underlying DNS by running @@ -28,4 +30,4 @@ ''; } ]; -}
\ No newline at end of file +} |
