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";
|
||||||
|
}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
# config.sops.secrets."taskwarrior_sync_encryption_secret".path
|
# config.sops.secrets."taskwarrior_sync_encryption_secret".path
|
||||||
# }";
|
# }";
|
||||||
# };
|
# };
|
||||||
recurrence = "off"; # TODO: enable only on andromache
|
recurrence = "off";
|
||||||
};
|
};
|
||||||
extraConfig = "include ${config.sops.templates."taskrc.d/sync".path}";
|
extraConfig = "include ${config.sops.templates."taskrc.d/sync".path}";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -87,6 +87,7 @@ in
|
|||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
users.${username} = import ../../home/hosts/andromache {
|
users.${username} = import ../../home/hosts/andromache {
|
||||||
|
inherit lib;
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
inherit config;
|
inherit config;
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|||||||
Reference in New Issue
Block a user