nix-files/hosts
Colin cb4d73f959 nixpkgs: 2023-12-23 -> 2023-12-26
```
• Updated input 'nixpkgs-next-unpatched':
    'github:nixos/nixpkgs/2125288b9266cde9e3333a6787525bc151918742' (2023-12-23)
  → 'github:nixos/nixpkgs/0db7618e46243d3710ff2b8040aca5f6e0102900' (2023-12-26)
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/d8aba6fe4067abdd8b1a7f398f2b90f21c608530' (2023-12-23)
  → 'github:nixos/nixpkgs/d956588517edbcde71781bd8ac3a9947a9fc55a6' (2023-12-26)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/f7db64b88dabc95e4f7bee20455f418e7ab805d4' (2023-12-18)
  → 'github:Mic92/sops-nix/e523e89763ff45f0a6cf15bcb1092636b1da9ed3' (2023-12-24)
• Updated input 'sops-nix/nixpkgs-stable':
    'github:NixOS/nixpkgs/a19a71d1ee93226fd71984359552affbc1cd3dc3' (2023-12-17)
  → 'github:NixOS/nixpkgs/7790e078f8979a9fcd543f9a47427eeaba38f268' (2023-12-23)
```
2023-12-27 00:34:48 +00:00
..
by-name remove most useDHCP=false settings 2023-12-24 02:17:06 +00:00
common nixpkgs: 2023-12-23 -> 2023-12-26 2023-12-27 00:34:48 +00:00
modules remove most useDHCP=false settings 2023-12-24 02:17:06 +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"