lab-infra/patches/default.nix

15 lines
220 B
Nix
Raw Normal View History

2024-10-12 00:20:58 +02:00
let
netboxAgent = {
id = "244549";
hash = "sha256-SePkKEYQGDj6FpuyxZ+1ASeVPA02mCHf0G5i3koMdNw=";
};
in
{
"nixos-24.05" = [ netboxAgent ];
2024-10-12 00:20:58 +02:00
"nixos-unstable" = [ netboxAgent ];
2024-10-12 00:20:58 +02:00
"proxmox-nixos" = [ ];
2024-10-12 00:20:58 +02:00
}