mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
To-do move, org -> taskwarrior
This commit is contained in:
parent
dca0ac1e57
commit
211ddfd268
4 changed files with 13 additions and 80 deletions
|
|
@ -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;
|
||||
|
|
|
|||
8
config/hosts/athame/taskserver.nix
Normal file
8
config/hosts/athame/taskserver.nix
Normal 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" ];
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
./vim
|
||||
./git.nix
|
||||
./tmux.nix
|
||||
./secrets.nix
|
||||
./xdg.nix
|
||||
./ssh.nix
|
||||
./packages.nix
|
||||
]; # ./emacs bye emacs lol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue