Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(nixos/{nginx, nix-sync}): Migrate from `system/services` | Benedikt Peetz | 2024-08-02 |
| | | | | | Nix-sync was sort-of mixed into the nginx configuration, thus separating it completely seemed reasonable. | ||
* | feat(system/services/nginx)!: Change meaning of `root` key | Benedikt Peetz | 2024-06-01 |
| | | | | | | | | | | | | The `root` key was rather useless (it was always just the `/etc/.../<domain>` path.). This change gives it a real meaning. See the 'BREAKING CHANGE' section for more information. BREAKING CHANGE: Previously the `root` key denoted the _absolute_ root of a repository. Now it just denotes the root relative (i.e. a path within the built repository) to the repos cloning position. You should just remove the absolute part of the path (that, which is not an output in your built repository) | ||
* | feat(system/services/nginx): add wkd for sils.li | Silas Schöffel | 2024-05-26 |
| | |||
* | feat(system/services/nginx): add wkd for s-schoeffel.de | Silas Schöffel | 2024-05-26 |
| | |||
* | fix(system/services/nginx/hosts): Update trinitrix source git path | Benedikt Peetz | 2024-05-26 |
| | |||
* | feat(system/services/nginx): Add the trinitrix website | Benedikt Peetz | 2024-05-25 |
| | |||
* | feat(system/services/nginx): Add the GPG WKD | Benedikt Peetz | 2024-05-25 |
| | |||
* | fix(treewide): move former git-crypted files to correct location | Silas Schöffel | 2024-04-24 |
| | | | | They were accidentally added at the wrong location in dd4b6bcfc16c7c795b697195eb6703966352d9f4 | ||
* | chore(git-crypt): Remove `git-crypt` and associated encrypted files | Soispha | 2024-03-29 |
| | |||
* | Fix(system/services/nginx): Update hosts | Soispha | 2023-08-18 |
| | |||
* | Feat(system/services/nginx/hosts): Add another domain | Soispha | 2023-07-31 |
| | |||
* | Fix(treewide): Use correct function argument specification | Soispha | 2023-07-28 |
| | |||
* | Refactor(system/services/nginx): Reduce encrypted stuff to a minimum | Soispha | 2023-07-28 |
| | |||
* | Style(treewide): Format after removing vim lines | Soispha | 2023-07-19 |
| | |||
* | Feat(.editorconfig): Add the configuration for all files | Soispha | 2023-07-19 |
| | | | | | This sets some formatting option based on the file. In comparison to the vim lines, this should be supported by more editors. | ||
* | Fix(system/services/nix-sync): Use correct git urls | Soispha | 2023-07-04 |
| | |||
* | Fix(system/services/nginx): Create nix-sync cache through impermanence | Soispha | 2023-07-04 |
| | |||
* | Fix(system/services): Move acmeWebRoot back to /var/lib/acme | Soispha | 2023-07-04 |
| | |||
* | Fix(system/services): Inherit acmeRoot manually | Soispha | 2023-07-04 |
| | |||
* | Fix(system/services/nginx/hosts): Inherit acmeRoot setting | Soispha | 2023-07-04 |
| | |||
* | Refactor(system/services/nginx): Adapt to new nix-sync module | Soispha | 2023-07-03 |
| | |||
* | Fix(system/services/acme): Leave certs generation to nixos | Soispha | 2023-06-25 |
| | |||
* | Fix(system/services/git-sync): Switch to str to avoid impurity | Soispha | 2023-06-25 |
| | |||
* | Fix(system/services/nginx): Actually enable git-sync | Soispha | 2023-06-25 |
| | |||
* | Fix(system/services/nginx): Switch to git-sync | Soispha | 2023-06-17 |