From cfa2834516c7a3186bf48a04f131138ef3b98197 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 3 Apr 2026 12:05:42 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20permit=20insecure=20openclaw=20package?= =?UTF-8?q?=20on=20phantom-ship=20=F0=9F=94=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixos/hosts/phantom-ship.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index b0eccda..c42fde5 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -56,6 +56,7 @@ in }; time.timeZone = "Europe/Copenhagen"; + nixpkgs.config.permittedInsecurePackages = [ "openclaw-2026.3.12" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; programs.nix-ld.enable = true; # run dynamically linked binaries (e.g. Claude Code remote CLI) system.stateVersion = "24.11";