forked from the-distro/infra
fix: allow insecure netbox
This commit is contained in:
parent
268422f653
commit
b08330c42b
|
@ -20,6 +20,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
# FIXME: why
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [ pkgs.netbox_3_7.name ];
|
||||||
|
|
||||||
age.secrets.netbox-environment.file = ../../secrets/floral/netbox-environment.age;
|
age.secrets.netbox-environment.file = ../../secrets/floral/netbox-environment.age;
|
||||||
services = {
|
services = {
|
||||||
netbox = {
|
netbox = {
|
||||||
|
|
Loading…
Reference in a new issue