diff --git a/npins/sources.json b/npins/sources.json index 48c8241..47a70d8 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -49,9 +49,9 @@ "url": "https://git.dgnum.eu/DGNum/infrastructure" }, "branch": "main", - "revision": "c0435e694de19f8adad46fc5d0790d73406da3c2", + "revision": "45f2f5905506ad7523bde63ae94d0a3dc19dd604", "url": null, - "hash": "1f92fbcmi96sdgdwmi5y7wynl09fkcyijbc4bkvd7bjj88z4kgwn" + "hash": "171rwwvx4mq01g1c2rhn6v4hyv5c8g2jzzxmff4qz70yzlhs8806" }, "lix": { "type": "Git", diff --git a/patches/default.nix b/patches/default.nix index e0742d1..c2e1333 100644 --- a/patches/default.nix +++ b/patches/default.nix @@ -1,14 +1,7 @@ -let - netboxAgent = { - id = "244549"; - hash = "sha256-SePkKEYQGDj6FpuyxZ+1ASeVPA02mCHf0G5i3koMdNw="; - }; -in - { - "nixos-24.05" = [ netboxAgent ]; + "nixos-24.05" = [ ]; - "nixos-unstable" = [ netboxAgent ]; + "nixos-unstable" = [ ]; "proxmox-nixos" = [ ]; }