enable recurrence only on one hosts per 'man task-sync'
This commit is contained in:
@@ -1 +1,19 @@
|
||||
import ../astyanax
|
||||
{
|
||||
lib,
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
(import ../astyanax {
|
||||
inherit inputs;
|
||||
inherit config;
|
||||
inherit pkgs;
|
||||
})
|
||||
];
|
||||
|
||||
programs.taskwarrior.config.recurrence = lib.mkForce "on";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user