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";