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;