-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tom Sydney Kerckhove
committed
Nov 15, 2022
1 parent
e8f3343
commit 82b5121
Showing
4 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
use flake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters