chore(netbox): change patch format
All checks were successful
build configuration / build_vault01 (push) Successful in 1m28s
build configuration / build_compute01 (push) Successful in 1m44s
build configuration / build_storage01 (push) Successful in 1m46s
build configuration / build_web01 (push) Successful in 1m57s
lint / check (push) Successful in 23s
build configuration / build_web02 (push) Successful in 50s
build configuration / build_rescue01 (push) Successful in 49s

This commit is contained in:
sinavir 2024-02-23 21:54:29 +01:00
parent 33b37de531
commit 02c573c526

View file

@ -1,8 +1,11 @@
{
"nixos-23.11" = [
# netbox module
{
_type = "static";
path = ./netbox.patch;
_type = "commit";
sha = "163fed297ed65a24241f190d8e954ce1877f9020";
includes = [ "nixos/modules/services/web-apps/netbox.nix" ];
hash = "sha256-mjeRxtZozgLNzHkCxcTs3xnonNPkmPoaGxawixC9jfo=";
}
# castopod: 1.6.4 -> 1.7.0 + ajout du support de loadcredentials
{