From bcbd0a93b72767c591bbc4f45fa00aedd8e00019 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 12 Nov 2024 15:30:59 +0100 Subject: [PATCH] fix(wireguard): make it work lol --- ahrc-laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahrc-laptop/configuration.nix b/ahrc-laptop/configuration.nix index 714515b..accc1ae 100644 --- a/ahrc-laptop/configuration.nix +++ b/ahrc-laptop/configuration.nix @@ -4,7 +4,7 @@ imports = [ ../common/configuration.nix ./hardware-configuration.nix ]; networking.hostName = "ahrc-laptop"; - networking.wireguard.enable = true; + networking.firewall.checkReversePath = false; console.keyMap = "fr-pc";