home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b44abcaed4c7c6212f58abe2742ebb2c425de8d4
parent 9c134189e5234407d90cb3b4cb7537dc3ad107c1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 12 Jul 2021 10:59:48 +0200

systems: fix wrong option

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/profiles/wireguard.server.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/modules/profiles/wireguard.server.nix b/systems/modules/profiles/wireguard.server.nix @@ -25,7 +25,7 @@ in ''; networking.firewall.allowedUDPPorts = [ 51820 ]; networking.firewall.trustedInterfaces = [ "wg0" ]; - networking.firefwall.enable = true; + networking.wireguard.enable = true; networking.wireguard.interfaces = { "wg0" = { ips = allowedIPs;