Skip to content

Commit

Permalink
release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sydney Kerckhove committed Nov 15, 2022
1 parent e8f3343 commit 82b5121
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
21 changes: 21 additions & 0 deletions smos-docs-site/content/changelogs/2022-11-15.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
This release only contained nix infrastructure changes.

### Changed

* Home manager module:
* Only install smos-notify if `programs.smos.notify.enable` is `true`.
* Only install smos-scheduler if `programs.smos.scheduler.enable` is `true`.
* Only install smos-github if `programs.smos.github.enable` is `true`.
* Only install smos-sync-client if `programs.smos.sync.enable` is `true`.

* `smos-calendar-import`:
Allow sources to be passed in as a file so that this sensitive information
does not have to be in the config file.
* `smos-calendar-import`: Allow an empty list of sources to be configured.
* `smos-sync-client`:
Allow the password to be passed in as a file so that this sensitive
information does not have to be in the config file.
* `smos-github`:
Allow the oauth token to be passed in as a file so that this sensitive
information does not have to be in the config file.

19 changes: 0 additions & 19 deletions smos-docs-site/content/unreleased.markdown
Original file line number Diff line number Diff line change
@@ -1,19 +0,0 @@
### Changed

* Home manager module:
* Only install smos-notify if `programs.smos.notify.enable` is `true`.
* Only install smos-scheduler if `programs.smos.scheduler.enable` is `true`.
* Only install smos-github if `programs.smos.github.enable` is `true`.
* Only install smos-sync-client if `programs.smos.sync.enable` is `true`.

* `smos-calendar-import`:
Allow sources to be passed in as a file so that this sensitive information
does not have to be in the config file.
* `smos-calendar-import`: Allow an empty list of sources to be configured.
* `smos-sync-client`:
Allow the password to be passed in as a file so that this sensitive
information does not have to be in the config file.
* `smos-github`:
Allow the oauth token to be passed in as a file so that this sensitive
information does not have to be in the config file.

1 change: 1 addition & 0 deletions smos-docs-site/smos-docs-site.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ extra-source-files:
content/changelogs/2022-08-20.markdown
content/changelogs/2022-09-26.markdown
content/changelogs/2022-11-11.markdown
content/changelogs/2022-11-15.markdown
content/pages/blogposts.markdown
content/pages/building-installation.markdown
content/pages/cheat-sheet.markdown
Expand Down

0 comments on commit 82b5121

Please sign in to comment.