grafana: add workaround for insecure xen, depended on by collectd-data

This commit is contained in:
Astro 2022-02-06 01:16:48 +01:00
parent 9b06e63457
commit 7eb83c18e7
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ in {
}
) {} restartServices;
# TODO: workaround for https://github.com/NixOS/nixpkgs/pull/157931
nixpkgs.config.permittedInsecurePackages = [
"xen-4.10.4"
];
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you