nixos-config/nixos/components
Ingolf Wagner b6d944e595
working on orbi tinc support
2024-03-03 21:58:52 +01:00
..
gui heavy refactorings 2024-03-03 14:56:49 +01:00
media Configure OBS-Setup 2023-11-09 11:57:46 +01:00
monitor move netdata to monitoring component 2023-12-29 17:03:46 +01:00
network working on orbi tinc support 2024-03-03 21:58:52 +01:00
nixos add upgrade-diff 2023-08-17 13:40:42 +02:00
terminal heavy refactorings 2024-03-03 14:56:49 +01:00
README.md fixing bugwarrior 2023-11-07 16:47:53 +01:00
default.nix move netdata to monitoring component 2023-12-29 17:03:46 +01:00
mainUser.nix working on orbi 2024-02-16 22:21:05 +01:00
yubikey.nix play around with cherry 2023-12-17 19:17:59 +01:00

README.md

components concept

  • components are kinda opinionated.
  • should be project agnostic (e.g.: configure bugwarrior via options but leave specifics out).
  • component.<toplevel>.enabled should usually be the default for all it subcomponents (comonent.<topleve>.<subcomponent>.enabled).
    • But default should make sense here!