fix: allow insecure netbox

This commit is contained in:
Ilya K 2024-11-12 22:51:46 +03:00
parent 268422f653
commit b08330c42b

View file

@ -20,6 +20,9 @@ in
};
config = mkIf cfg.enable {
# FIXME: why
nixpkgs.config.permittedInsecurePackages = [ pkgs.netbox_3_7.name ];
age.secrets.netbox-environment.file = ../../secrets/floral/netbox-environment.age;
services = {
netbox = {