From b40c4322a71f96bbe540b768291b0e5933d01873 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Wed, 19 Feb 2025 22:31:34 +0100 Subject: [PATCH] london: Add big-parallel feature --- configurations/london/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configurations/london/default.nix b/configurations/london/default.nix index 633aca0..26598bd 100644 --- a/configurations/london/default.nix +++ b/configurations/london/default.nix @@ -21,6 +21,7 @@ nixpkgs.config.allowUnfree = true; nix.settings.system-features = [ "kvm" + "big-parallel" ]; services.openvpn.servers = {