wip
This commit is contained in:
parent
6636a7cb3a
commit
dd20e3c877
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
self:
|
||||
{
|
||||
config,
|
||||
options,
|
||||
|
|
@ -20,7 +21,9 @@ in
|
|||
options = {
|
||||
services.actualbudget-report = {
|
||||
enable = mkEnableOption "Actualbudget email reports";
|
||||
package = mkPackageOption pkgs.default;
|
||||
package = mkPackageOption pkgs "actualbudget-report" {
|
||||
default = self.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
};
|
||||
interval = {
|
||||
type = types.str;
|
||||
default = "Sun 12:00:00";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue