From 67acfb140b23f77662478989b9c35d860b80362f Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 29 Apr 2021 23:26:58 +0200 Subject: [PATCH] nix/nixos-module/container/anon: change wireguardMark to an actually unused value --- nix/nixos-module/container/anon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/container/anon.nix b/nix/nixos-module/container/anon.nix index 2876bfd..2c036da 100644 --- a/nix/nixos-module/container/anon.nix +++ b/nix/nixos-module/container/anon.nix @@ -15,7 +15,7 @@ let privateKeyFile = ifName: "/run/wireguard-keys/${ifName}.key"; - wireguardMark = 1; + wireguardMark = 3; vpn4Table = 100; in {