My personal config
Find a file
2025-06-19 18:45:57 +00:00
certificates wip: add julia server with wordpress 2025-05-13 19:02:56 +02:00
experiments fix: rename tests to experiments 2025-06-08 03:35:07 +02:00
hosts fix: rename jitsi to srv-videoconf 2025-06-17 01:28:13 +02:00
lib feat: introduction of system_profiles 2025-06-14 21:43:23 +02:00
modules feat: move more stuff into system_profiles 2025-06-17 01:26:12 +02:00
overlays fix: auto formatter 2025-05-08 20:36:52 +02:00
system_profiles feat: move more stuff into system_profiles 2025-06-17 01:26:12 +02:00
.gitignore added factorio 2024-10-26 21:26:39 +02:00
flake.lock chore: update 2025-06-15 21:26:52 +02:00
flake.nix feat: reenable home-manager 2025-06-09 20:52:04 +02:00
outputs.nix fix: rename jitsi to srv-videoconf 2025-06-17 01:28:13 +02:00
readme.md Update readme.md 2025-06-19 18:45:57 +00:00

NixToSee

nichts in german means nothing, if you say it fast it sounds like nix.

folder structure

system_profiles

This whole folder is for the most part just a system to clean up importing

  • Files in the system_profiles directory:
    • should never import anything from parent directories
    • can import things from the child directories
    • The importers directory:
      • Should only import things outside (above/parent) of the system_profiles directories.
      • Probably only from the module directory or maybe a future nix-modules directory, this rule is not set in stone yet
      • should not import anything outside of this repository
    • The components directory:
      • Should never import anything from this repository
      • It can import things from nixpkgs
      • Should set only basic "system" settings ("system" is not well defined)