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";