this post was submitted on 21 Sep 2024
19 points (95.2% liked)

Nix / NixOS

1667 readers
50 users here now

Main links

Videos

founded 1 year ago
MODERATORS
 

cross-posted from: https://discuss.tchncs.de/post/22368053

NixOS Facter aims to be an alternative to projects such as NixOS Hardware and nixos-generate-config. It solves the problem of bootstrapping NixOS configurations by deferring decisions about hardware and other aspects of the target platform to NixOS modules.

top 3 comments
sorted by: hot top controversial new old
[–] linearchaos@lemmy.world 5 points 1 week ago (1 children)

It sounds neat, but I haven't really had to screw with hardware configuration. I've had it on 10 different places, including decent sized servers and I've had to mess with one laptop video card which was working fine but stuck in acceleration mode all the time.

[–] dinckelman@lemmy.world 1 points 1 week ago (1 children)

I’m relatively new to Nix, but so far i’ve only had to touch the pre-generated hardware configuration file once, to add an extra couple drives on one of my systems.

Still curious about what exactly this offers over nix-generate-config

[–] linearchaos@lemmy.world 1 points 1 week ago

I read the spec, It seems useful if you want to do some server level tweaking like turning on the flags to make use of ECC RAM if there's ECC RAM. But yeah the hardware can fix pretty damn solid two solid for me to even realize that someone made a project for better hardware control.