| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-02-07 | modules/nix-sync: Correctly merge `extraSettings` and the needed vhost config | Benedikt Peetz | |
| 2025-02-04 | modules/nix-sync: Actually enable | Benedikt Peetz | |
| This includes the obvious changes, ensuring that it follows our current best-practices. | |||
| 2025-01-20 | feat(modules/nixconfig): init | Silas Schöffel | |
| 2024-12-25 | fix(modules/nix-sync/internal): Fix syntax errors in shell-script | Benedikt Peetz | |
| 2024-12-24 | refactor(modules/impermanence): Migrate to by-name while distributing mods | Benedikt Peetz | |
| 2024-12-24 | fix(modules/nix-sync/internal): Use correct command grouping syntax | Benedikt Peetz | |
| Commands in parentheses (i.e., `()`) are _subshells_ and `exit`ting from these will not result in an `exit` of the actually _shell_. Thus, we use want simple command grouping and use the correct syntax for that. | |||
| 2024-12-20 | refactor({modules,test}): Migrate to a `by-name` structure | Benedikt Peetz | |
