summaryrefslogtreecommitdiff
path: root/nixos/modules/features/vpn-utils
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features/vpn-utils')
-rw-r--r--nixos/modules/features/vpn-utils/default.nix4
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
+}