1
0
forked from colin/nix-files
colins-nix-files/hosts
2024-06-07 07:28:56 +00:00
..
by-name hosts: remove unused (defaulted) option: boot.loader.efi.canTouchEfiVariables 2024-06-07 07:27:34 +00:00
common refactor: make system.stateVersion common across all hosts. 2024-06-04 15:58:53 +00:00
modules nit: fix image output to be a file, not an item inside a folder 2024-06-07 07:28:56 +00:00
instantiate.nix
README.md

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"