Add discord ptt shortcut
Some checks failed
pre-commit / pre-commit (push) Failing after 24s

This commit is contained in:
2024-03-20 02:53:23 +01:00
parent 3a1f6c24ba
commit 921c6a174b
3 changed files with 3 additions and 1 deletions

View File

@@ -29,5 +29,5 @@
wantedBy = [ "multi-user.target" ];
};
networking.firewall.allowedTCPPorts = [ 9100 9558 ];
networking.firewall.allowedTCPPorts = [ 9100 9558 8989 ];
}