From cd75ff6797386c5924a2f0bbc62eadf1c6e2725d Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 1 Oct 2023 22:07:22 +0200 Subject: feat(system/services/taskserver): Init This is the server part used in combination with Taskwarrior to regain control over the unwieldy amount of task, that accumulate over the day. --- system/services/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/services/default.nix') diff --git a/system/services/default.nix b/system/services/default.nix index 9163588..3349b38 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -13,5 +13,6 @@ ./openssh ./rust-motd ./snapper + ./taskserver ]; } -- cgit 1.4.1