lab-infra/patches/default.nix
2024-10-17 13:36:27 +02:00

14 lines
220 B
Nix

let
netboxAgent = {
id = "244549";
hash = "sha256-SePkKEYQGDj6FpuyxZ+1ASeVPA02mCHf0G5i3koMdNw=";
};
in
{
"nixos-24.05" = [ netboxAgent ];
"nixos-unstable" = [ netboxAgent ];
"proxmox-nixos" = [ ];
}