From 57389bafc954514df765476be49d78d74fa43a8b Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Thu, 4 Dec 2025 16:16:05 +0000 Subject: [PATCH] hosts/artemis: allow insecure qtwebengine --- hosts/artemis/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/artemis/default.nix b/hosts/artemis/default.nix index 42ec41d..0f26ae9 100644 --- a/hosts/artemis/default.nix +++ b/hosts/artemis/default.nix @@ -23,6 +23,9 @@ in nixpkgs = { hostPlatform = "x86_64-linux"; + config.permittedInsecurePackages = [ + "qtwebengine-5.15.19" + ]; }; age.rekey.hostPubkey = ./ssh_host_ed25519_key.pub;