To-do move, org -> taskwarrior

This commit is contained in:
kat witch 2021-03-14 02:50:52 +00:00
parent dca0ac1e57
commit 211ddfd268
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 13 additions and 80 deletions

View file

@ -17,6 +17,7 @@
./syncplay.nix
./nextcloud.nix
./bitwarden.nix
./taskserver.nix
# comms
./murmur.nix
./znc.nix
@ -39,7 +40,8 @@
interfaces.enp1s0.useDHCP = true;
};
networking.firewall.allowedTCPPorts = [ 80 443 5160 5060 8999 64738 ];
networking.firewall.allowedTCPPorts =
[ 80 443 5160 5060 8999 64738 1935 53589 ];
networking.firewall.allowedUDPPorts = [ 5160 5060 64738 ];
networking.firewall.allowedTCPPortRanges = [{
from = 10000;

View file

@ -0,0 +1,8 @@
{ config, lib, ... }:
{
services.taskserver.enable = true;
services.taskserver.fqdn = "kittywit.ch";
services.taskserver.listenHost = "::";
services.taskserver.organisations.kittywitch.users = [ "kat" ];
}

View file

@ -6,6 +6,8 @@
./vim
./git.nix
./tmux.nix
./secrets.nix
./xdg.nix
./ssh.nix
./packages.nix
]; # ./emacs bye emacs lol