From 65f96d524b42673bcf61813a9e0ce6b27591ab12 Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 30 Sep 2025 11:18:29 +0200 Subject: [PATCH] grrr --- hosts/tesla-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 1ae4640..898a1a6 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -47,7 +47,7 @@ localAddress = "10.250.0.2"; extraFlags = [ - "--system-call-filter='@keyring bsp'" + "--system-call-filter=@keyring" ]; bindMounts = { "/var/lib/gitlab-runner" = {