From e1c3cae409d1bf9354dcaf9f65b1ca2cde689e7f Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sun, 9 Jun 2024 19:50:36 +0200 Subject: [PATCH] enable wg for beleth --- hosts/x86_64-linux/beleth/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/x86_64-linux/beleth/default.nix b/hosts/x86_64-linux/beleth/default.nix index 81a9cc3..4b4f968 100644 --- a/hosts/x86_64-linux/beleth/default.nix +++ b/hosts/x86_64-linux/beleth/default.nix @@ -82,6 +82,7 @@ with lib; { networking.hostName = "beleth"; # Define your hostname. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + networking.wireguard.enable = true; # Set your time zone. time.timeZone = "Europe/Berlin";