From ea8d62a852d42d195fec30f458a80f414a9db42a Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 16:03:16 +0200 Subject: [PATCH] vibe debugging go --- hosts/tesla-nixos/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 87fa63c..8d83de6 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -24,7 +24,6 @@ boot.kernel.sysctl = { "kernel.unprivileged_userns_clone" = 1; }; - systemd.unified_cgroup_hierarchy = true; # Persist GitLab Runner state on the host (tokens, cache, builds) # so the container can be rebuilt without losing registration.