aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ni (unfollow)
Commit message (Collapse)Author
2025-02-07modules/nix-sync: Correctly merge `extraSettings` and the needed vhost configBenedikt Peetz
2025-02-04modules/nix-sync: Actually enableBenedikt Peetz
This includes the obvious changes, ensuring that it follows our current best-practices.
2025-01-20feat(modules/nixconfig): initSilas Schöffel
2024-12-25fix(modules/nix-sync/internal): Fix syntax errors in shell-scriptBenedikt Peetz
2024-12-24refactor(modules/impermanence): Migrate to by-name while distributing modsBenedikt Peetz
2024-12-24fix(modules/nix-sync/internal): Use correct command grouping syntaxBenedikt 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-20refactor({modules,test}): Migrate to a `by-name` structureBenedikt Peetz