nix-files/hosts
2024-06-28 10:25:02 +00:00
..
by-name python3Packages -> python3.pkgs, to fix cross-compilation errors (especially around geoclue-ols) 2024-06-27 15:46:04 +00:00
common pc: add tools to make using the ZSA Ergodox easier 2024-06-28 10:25:02 +00:00
modules dont treat python packages specially: lift all python packages out of python-packages/ subdir; remove pyPkgs arg from static-nix-shell.mkPython3 2024-06-27 11:28:17 +00:00
instantiate.nix hosts: fix that -min and -light variants were actually identical to the full versions 2024-06-19 11:25:30 +00:00
README.md hosts: document the directory structure 2023-05-14 08:56:38 +00: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"