diff --git a/hosts/linux/spotlights-macbook-air/configuration.nix b/hosts/linux/spotlights-macbook-air/configuration.nix index 8c1a52f..1008ffb 100644 --- a/hosts/linux/spotlights-macbook-air/configuration.nix +++ b/hosts/linux/spotlights-macbook-air/configuration.nix @@ -32,6 +32,9 @@ enable = true; settings.General.EnableNetworkConfiguration = true; }; + + # Necessary for WireGuard + firewall.checkReversePath = false; }; nixpkgs.overlays = [ @@ -101,6 +104,7 @@ legcord muvm vscode +wireguard-tools ]; # :(