forked from colin/nix-files

Inspired by adding a link to a post on discuss.nixos.org and having it show up as "Making sure you're not a bot!" Anubis docs: https://anubis.techaro.lol/docs/admin/configuration/open-graph/
directory structure
- by-name/: configuration which is evaluated only for the given hostname
- common/: configuration which applies to all hosts
- modules/: nixpkgs-style modules which may be used by multiple hosts, but configured separately per host.
- ideally no module here has effect unless
enable
d- however,
enable
may default to true - and in practice some of these modules surely aren't fully "disableable"
- however,
- ideally no module here has effect unless