From af87e0680c30205304e0a55854fec5d2c62fcda7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 2 Mar 2022 17:54:54 -0800 Subject: tahoe: enable wireguard --- hosts/tahoe/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix index 81b8a87..2e8a8c3 100644 --- a/hosts/tahoe/default.nix +++ b/hosts/tahoe/default.nix @@ -44,6 +44,7 @@ }; }; + networking.private-wireguard.enable = true; networking.firewall.enable = false; # This value determines the NixOS release from which the default -- cgit 1.4.1