hosts/artemis: allow insecure qtwebengine
Some checks failed
Check flake / build-amd64-linux (push) Failing after 58s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 58s
This commit is contained in:
@@ -23,6 +23,9 @@ in
|
|||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
hostPlatform = "x86_64-linux";
|
hostPlatform = "x86_64-linux";
|
||||||
|
config.permittedInsecurePackages = [
|
||||||
|
"qtwebengine-5.15.19"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
age.rekey.hostPubkey = ./ssh_host_ed25519_key.pub;
|
age.rekey.hostPubkey = ./ssh_host_ed25519_key.pub;
|
||||||
|
|||||||
Reference in New Issue
Block a user