numtide / nixos-facter-modules

A series of NixOS modules to be used in conjunction with https://github.com/numtide/nixos-facter [maintainer=@numtide]
https://numtide.github.io/nixos-facter-modules/
MIT License
48 stars 5 forks source link

feat/support report version 2 #24

Closed brianmcgee closed 2 months ago

brianmcgee commented 2 months ago

Removes a lot of the facter lib functions, pushing that logic down into the modules themselves and simplifying them. Only remaining lib function is for detecting CPU type.

Closes #22

TODO