nixos-config/nixos/components
Ingolf Wagner cea37fb8ca
made s3 buckets work
2024-01-07 00:35:22 +01:00
..
gui some stuff 2024-01-05 14:49:18 +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 made s3 buckets work 2024-01-07 00:35:22 +01:00
nixos add upgrade-diff 2023-08-17 13:40:42 +02:00
terminal add vault and atuin 2023-12-23 00:11:26 +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 screeps and home-manager.sharedModules 2023-07-07 02:48:44 +02: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!