diff options
author | Soispha <soispha@vhack.eu> | 2023-07-07 08:05:37 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-07 08:05:37 +0200 |
commit | 97ec6847bce22841ff89704fa479f210544abdb0 (patch) | |
tree | 38109946c1e6744138743e21da070484357ea9f8 /CHANGELOG.md | |
parent | Refactor(system/impermanence): Move to own directory (diff) | |
download | nixos-server-97ec6847bce22841ff89704fa479f210544abdb0.tar.gz nixos-server-97ec6847bce22841ff89704fa479f210544abdb0.zip |
chore(version): v0.2.0 v0.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec31bd..e68ec2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,66 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.2.0 - 2023-07-07 +#### Bug Fixes +- **(system)** Import everything - (a1758ed) - Soispha +- **(system)** Import everything - (07f1e4a) - Soispha +- **(system/fs-layout)** Remove persistent dir as it's now in /srv - (ce36bb2) - Soispha +- **(system/fs_layout/impermanence)** Make sshd dir 755 - (4fdf20b) - Soispha +- **(system/services)** Move acmeWebRoot back to /var/lib/acme - (532412a) - Soispha +- **(system/services)** Inherit acmeRoot manually - (80e5776) - Soispha +- **(system/services/acme)** Leave certs generation to nixos - (1f6ff65) - Soispha +- **(system/services/git-sync)** Use correct systemd options - (77e512a) - Soispha +- **(system/services/git-sync)** Switch to str to avoid impurity - (a8ffaea) - Soispha +- **(system/services/git-sync)** Purge assertion, as we're always on linux - (74a735b) - Soispha +- **(system/services/mail)** Tell git-crypt new users.nix location - (cdea671) - sils +- **(system/services/nginx)** Set the correct acme webRoot - (252d983) - Soispha +- **(system/services/nginx)** Create nix-sync cache through impermanence - (869d74c) - Soispha +- **(system/services/nginx)** Remove slash from acme webroot - (bec5cf4) - Soispha +- **(system/services/nginx)** Actually enable git-sync - (374c499) - Soispha +- **(system/services/nginx/hosts)** Inherit acmeRoot setting - (990cb3c) - Soispha +- **(system/services/nix-sync)** Guard deletion of `repo.path` - (16da0f2) - Soispha +- **(system/services/nix-sync)** Pull before rebuilding - (3df8d67) - Soispha +- **(system/services/nix-sync)** Generate the needed repo paths - (5bed7c8) - Soispha +- **(system/services/nix-sync)** Rebuild website on gc - (393f0e6) - Soispha +- **(system/services/nix-sync)** Really remove last reference to git-sync - (0b36dbd) - Soispha +- **(system/services/nix-sync)** Small typos in ExecStart - (0ac9885) - Soispha +- **(system/services/nix-sync)** Use cache directory - (6e18fa4) - Soispha +- **(system/services/nix-sync)** Use correct git urls - (9f9a140) - Soispha +- **(system/services/nix-sync)** Generate root independent of path - (a505c18) - Soispha +- **(system/services/nix-sync)** Add the cachePath rw - (dd84945) - Soispha +- **(system/services/nix-sync)** Add '/etc/nginx/websites' to kept dirs - (6a5b874) - Soispha +- **(system/services/nix-sync)** Remove slash from cachePath - (33398b1) - Soispha +- **(system/services/nix-sync)** Add some required paths to unit - (e6b778b) - Soispha +- **(system/services/nix-sync)** Generate user and group if set to default - (39abbf7) - Soispha +- **(system/services/nix-sync)** Rename units to nix-sync-<domain> - (844ff55) - Soispha +- **(system/services/nix-sync)** Use correct shell escape for paths - (3c42c6b) - Soispha +- **(system/services/nix-sync)** Use correct writeScript function - (4ef4b09) - Soispha +- **(system/services/nix-sync)** Fully rename to nix-sync - (c35eeac) - Soispha +- **(system/services/openssh)** Set correct permissions on ssh dir - (f3f8e43) - Soispha +- **(system/services/openssh)** Rename to 'openssh' as the 'd' is a typo - (99d4b3b) - Soispha +#### Build system +- **(cog)** Remove 'prod' from whitelist as it's deprecated - (661a2d4) - Soispha +- **(flake)** Update - (2f10834) - Soispha +#### Documentation +- **(system/services/nix-sync)** Change last remnant from git-sync - (1fe7e31) - Soispha +#### Features +- **(system/file_system_layout)** Add impermanence - (1c4672d) - Soispha +- **(system/services/nix-sync)** Split unit into a timer and unit - (42d44c6) - Soispha +- **(system/services/nix-sync)** Remodel git-sync to make it useful - (3f2fedf) - Soispha +#### Miscellaneous Chores +- **(.gitattributes)** Remove removed acme path - (99ae5c9) - Soispha +#### Refactoring +- **(system/impermanence)** Move to own directory - (2c6c07e) - Soispha +- **(system/services/mail)** Move mail to services as it's one - (32ab086) - Soispha +- **(system/services/nginx)** Adapt to new nix-sync module - (9b88691) - Soispha +- **(system/services/nix-sync)** Consolidate into repoCachePath - (1c93755) - Soispha +#### Style +- **(system/fs_layouts)** Merge attrsets - (d0a8582) - Soispha +- **(system/services/nginx)** Use nested attr set for acme options - (9fc5517) - Soispha + +- - - + ## v0.1.0 - 2023-06-19 #### Bug Fixes - **(acme)** Store certs permanently. - (ab3c9aa) - sils |