Merge remote-tracking branch 'gum/master'
This commit is contained in:
commit
692bb5ed24
@ -1,7 +1,6 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with import <stockholm/lib>;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.krebs.power-action;
|
cfg = config.krebs.power-action;
|
||||||
|
|
||||||
|
0
makefu/0tests/data/secrets/hass/adbkey
Normal file
0
makefu/0tests/data/secrets/hass/adbkey
Normal file
25
makefu/2configs/home-manager/taskwarrior.nix
Normal file
25
makefu/2configs/home-manager/taskwarrior.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{pkgs, ... }:
|
||||||
|
let
|
||||||
|
loc = "/home/makefu/.task";
|
||||||
|
in {
|
||||||
|
state = [ "${loc}/keys" ];
|
||||||
|
home-manager.users.makefu.programs.taskwarrior = {
|
||||||
|
enable = true;
|
||||||
|
dataLocation = loc;
|
||||||
|
config = {
|
||||||
|
default.command = "list";
|
||||||
|
taskd = {
|
||||||
|
server = "gum:53589";
|
||||||
|
certificate = "${loc}/keys/public.crt";
|
||||||
|
key = "${loc}/keys/private.key";
|
||||||
|
ca = "${loc}/keys/ca.crt";
|
||||||
|
credentials = "home/makefu/0e6c8146-1ddb-4906-9369-8f77e34cdf84";
|
||||||
|
};
|
||||||
|
context = {
|
||||||
|
work = "tags:work";
|
||||||
|
shack = "tags:shack";
|
||||||
|
home = "tags:home";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user