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