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

This reverts commit 22a7ba4880.
This commit is contained in:
Astro 2022-02-06 23:46:17 +01:00
parent 22a7ba4880
commit 18eb4e2057
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