nixos-config/components
Ingolf Wagner 8327f1860d
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 12m28s
made tor work
2024-08-08 01:12:10 +02:00
..
gui extract nixos.boot.ssh and set up probe 2024-08-07 21:39:32 +02:00
media fixed update problems 2024-07-12 19:18:22 +02:00
monitor various optimizations 2024-07-24 00:55:55 +02:00
network add lidarr 2024-08-05 16:56:42 +02:00
nixos made tor work 2024-08-08 01:12:10 +02:00
terminal add git commit tools 2024-06-28 09:55:12 +02:00
chaospott.nix update chaospott.nix 2024-06-14 19:17:31 +02:00
default.nix various optimizations 2024-07-24 00:55:55 +02:00
mainUser.nix add Flipper 2024-08-02 14:42:11 +02:00
README.md moved nixos folder to main folder. 2024-06-07 22:56:52 +02:00
timezone.nix various optimizations 2024-07-24 00:55:55 +02:00
yubikey.nix moved nixos folder to main folder. 2024-06-07 22:56:52 +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!