fix: permit openclaw 2026.4.12 on phantom-ship 🔓

Nixpkgs bumped openclaw version; keep both permitted so rebuild works
until we fully cut over to channels and remove the input.
This commit is contained in:
DannyDannyDanny 2026-04-18 16:48:33 +02:00
parent d0d25160c8
commit 7ad82a41b1

View file

@ -56,7 +56,7 @@ in
};
time.timeZone = "Europe/Copenhagen";
nixpkgs.config.permittedInsecurePackages = [ "openclaw-2026.3.12" ];
nixpkgs.config.permittedInsecurePackages = [ "openclaw-2026.3.12" "openclaw-2026.4.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";