spotlights-macbook-air: WireGuard support

This commit is contained in:
Spotlight 2025-03-16 17:54:15 -04:00
parent 6a516d63fc
commit ca364e6f14
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -32,6 +32,9 @@
enable = true; enable = true;
settings.General.EnableNetworkConfiguration = true; settings.General.EnableNetworkConfiguration = true;
}; };
# Necessary for WireGuard
firewall.checkReversePath = false;
}; };
nixpkgs.overlays = [ nixpkgs.overlays = [
@ -101,6 +104,7 @@
legcord legcord
muvm muvm
vscode vscode
wireguard-tools
]; ];
# :( # :(