hosts/artemis: allow insecure qtwebengine
Some checks failed
Check flake / build-amd64-linux (push) Failing after 58s

This commit is contained in:
2025-12-04 16:16:05 +00:00
parent 608de80a04
commit 57389bafc9

View File

@@ -23,6 +23,9 @@ in
nixpkgs = {
hostPlatform = "x86_64-linux";
config.permittedInsecurePackages = [
"qtwebengine-5.15.19"
];
};
age.rekey.hostPubkey = ./ssh_host_ed25519_key.pub;