1
0
Fork 0

Activate taskwarrior on hera

This commit is contained in:
Malte Brandy 2018-07-27 18:40:35 +02:00
parent 59a1f556dc
commit ee1247f541

View file

@ -6,12 +6,15 @@ imports = [
./secret
];
m-0.hostName = "hera";
m-0.weechat = {
enable = true;
user = config.m-0.private.hackint.user;
pw = config.m-0.private.hackint.hackint_pw;
channels = config.m-0.private.hackint.channels;
m-0 = {
hostName = "hera";
taskwarrior.enable = true;
weechat = {
enable = true;
user = config.m-0.private.hackint.user;
pw = config.m-0.private.hackint.hackint_pw;
channels = config.m-0.private.hackint.channels;
};
};
}