nixos-config/nixos/components
2024-06-07 20:03:08 +02:00
..
gui remove nixpkgs channels which are not needed anymore 2024-06-07 14:25:34 +02:00
media remove nixpkgs channels which are not needed anymore 2024-06-07 14:25:34 +02:00
monitor remove nixpkgs channels which are not needed anymore 2024-06-07 14:25:34 +02:00
network tinc refactoring 2024-06-07 09:42:26 +02:00
nixos update upgrade-diff.nix 2024-05-28 17:01:27 +02:00
terminal remove nixpkgs channels which are not needed anymore 2024-06-07 14:25:34 +02:00
default.nix move netdata to monitoring component 2023-12-29 17:03:46 +01:00
mainUser.nix Don't put people in the wheel group, to avoid sudo -i, use ssh root@localhost instead. 2024-06-07 20:03:08 +02: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!