nixos-config/nixos/components
2024-06-05 16:56:38 +02:00
..
gui sops -> pass : cherry works (wip) 2024-05-31 21:02:22 +02:00
media Configure OBS-Setup 2023-11-09 11:57:46 +01:00
monitor improve a bit the monitor infrastructure for containers 2024-05-19 10:44:37 +02:00
network fixing syncthing (using tinc again) 2024-06-05 16:56:38 +02:00
nixos update upgrade-diff.nix 2024-05-28 17:01:27 +02:00
terminal last fixes 2024-06-03 20:49:32 +02: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
README.md fixing bugwarrior 2023-11-07 16:47:53 +01:00
yubikey.nix replace sops secrets with clan facts 2024-06-02 21:42:55 +02:00

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!