diff options
author | Soispha <soispha@vhack.eu> | 2023-05-18 12:05:07 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-18 12:05:07 +0200 |
commit | 60202956613788e91321ebd2bec1bb8ea9c1d494 (patch) | |
tree | 038822a983a6c1ec6d1ad7f01273ae816e65f29c /CHANGELOG.md | |
parent | Build(flake): Update (diff) | |
download | nixos-config-60202956613788e91321ebd2bec1bb8ea9c1d494.tar.gz nixos-config-60202956613788e91321ebd2bec1bb8ea9c1d494.zip |
chore(version): v1.4.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ab515787..a36644b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v1.4.0 - 2023-05-18 +#### Bug Fixes +- **(hm/conf/gpg)** Use nixos to write the agent script - (00afa44) - Soispha +- **(hm/pkgs/scr/con2pdf)** Rewrite to update to nix - (4bab53c) - Soispha +- **(system)** Truly disable all the NixOS default bloat - (7997ee7) - Soispha +- **(system/boot)** Remove deprecated version option - (3b6233a) - Soispha +- **(system/services/printing)** Remove useless drivers - (7f071da) - Soispha +- **(system/services/printing)** Only start cups as needed - (37dcd30) - Soispha +- **(system/services/snapper)** Use new option layout - (3052bd6) - Soispha +- **(sytem/services/printing)** Make scanners work - (562e3c6) - Soispha +#### Build system +- **(flake)** Update - (a1d4200) - Soispha +- **(flake)** Update - (719d9b9) - Soispha +#### Documentation +- **(system/users)** Remove unneeded comment - (5786bf0) - Soispha +#### Features +- **(hm/conf/gpg)** Enforce key entry through nixos config - (fa9a810) - Soispha +#### Miscellaneous Chores +- **(version)** v1.3.0 - (cb4c41d) - Soispha + +- - - + ## v1.3.0 - 2023-05-17 #### Bug Fixes - **(hm/conf/gpg)** Use nixos to write the agent script - (8ad4d4b) - Soispha |