From f02ee75aa7cb52378627ba654c1c9504dc2f1e7e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 15 Jun 2024 12:07:24 -0400 Subject: [PATCH] phone: Enable wireguard for VPN --- phone/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/phone/configuration.nix b/phone/configuration.nix index eaee1582..5f4f119b 100644 --- a/phone/configuration.nix +++ b/phone/configuration.nix @@ -54,6 +54,7 @@ in networking = { hostName = "mobile-nixos"; wireless.enable = false; + wireguard.enable = true; networkmanager.enable = true; };