This commit is contained in:
iFargle 2023-12-07 14:59:47 +09:00
parent 2d9870d95d
commit a4c1fdd5c1
2 changed files with 4 additions and 3 deletions

View file

@ -22,11 +22,12 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] cannot send email on port 25 - [Link](https://docker-mailserver.github.io/docker-mailserver/latest/config/security/understanding-the-ports/) * [ ] cannot send email on port 25 - [Link](https://docker-mailserver.github.io/docker-mailserver/latest/config/security/understanding-the-ports/)
* [x] traccar not seeing phone * [x] traccar not seeing phone
* [ ] duplicati needs database repairs * [ ] duplicati needs database repairs
* [ ] osaka-vultr-01 unable to connect to Headscale * [ ] osaka-linode-01 unable to connect to Headscale
* [x] Matrix is unable to send/receive pictures * [x] Matrix is unable to send/receive pictures
* [ ] Go through old sysctl.io cronjob and import what's neccesary * [ ] Go through old sysctl.io cronjob and import what's neccesary
* [ ] Back up pass.sysctl.io to memory stick (gpg encrypted csv file) * [ ] Back up pass.sysctl.io to memory stick (gpg encrypted csv file)
* [ ] Get Gnome Remote Desktop / XRDP working * [x] Get Gnome Remote Desktop / XRDP working
* [ ] Migrate to Protonmail, use the PM mail bridge docker container (Nix pkg?)
# Raspberry Pi ToDo List # Raspberry Pi ToDo List
* [ ] nixos-rpi4-01 - Replace japan-rpi4 * [ ] nixos-rpi4-01 - Replace japan-rpi4

View file

@ -23,7 +23,7 @@
# https://www.digitalocean.com/community/tutorials/how-to-forward-ports-through-a-linux-gateway-with-iptables # https://www.digitalocean.com/community/tutorials/how-to-forward-ports-through-a-linux-gateway-with-iptables
networking.firewall.extraCommands = '' networking.firewall.extraCommands = ''
iptables -F iptables -F
iptables -t nat -F iptables -t nat -F
iptables -X iptables -X