nix-files/hosts
Colin 8105e00b39 refactor: make system.stateVersion common across all hosts.
otherwise it's hairy to share nixos configs/modules between them

note that this alters the stateVersion for desko/lappy/rescue, but unlikely to matter
2024-06-04 15:58:53 +00:00
..
by-name refactor: make system.stateVersion common across all hosts. 2024-06-04 15:58:53 +00:00
common refactor: make system.stateVersion common across all hosts. 2024-06-04 15:58:53 +00:00
modules refactor: moby: split more stuff out of the toplevel config and hide behind roles/etc 2024-06-04 15:58:51 +00:00
instantiate.nix flake: apply nixpatches/list.nix using the build patcher, not the emulated host patcher 2023-08-05 09:32:50 +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"