1
0
forked from colin/nix-files
Files
colins-nix-files/hosts
Shelvacu ffcdf08b20 git.uninsane.org: passthru page metadata in Anubis
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/
2025-08-15 23:41:55 -07:00
..

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 enabled
      • however, enable may default to true
      • and in practice some of these modules surely aren't fully "disableable"