aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ng (unfollow)
Commit message (Collapse)Author
2025-02-09modules/nginx: Keep the `$request_uri` when redirectingBenedikt Peetz
2025-01-20feat(modules/gallery): initSilas Schöffel
2024-12-25feat(modules/nginx): Modularise the redirects and migrate them to server2Benedikt Peetz
The redirects always have an implicit dependency on the DNS config of the running host. As such, simply stating them for all host is never a possibility and setting them per host the only viable option.
2024-12-25fix(treewide): Add constant uids and gids to each user and groupBenedikt Peetz
This allows us to avoid persisting `/var/lib/nixos`.
2024-12-24refactor(modules/impermanence): Migrate to by-name while distributing modsBenedikt Peetz
2024-12-20refactor({modules,test}): Migrate to a `by-name` structureBenedikt Peetz