diff --git a/README.md b/README.md index d99955ff..d99c89f1 100644 --- a/README.md +++ b/README.md @@ -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/) * [x] traccar not seeing phone * [ ] 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 * [ ] Go through old sysctl.io cronjob and import what's neccesary * [ ] 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 * [ ] nixos-rpi4-01 - Replace japan-rpi4 diff --git a/nixos/hosts/osaka-linode-01/firewall.nix b/nixos/hosts/osaka-linode-01/firewall.nix index 5da4b865..f6e10b1b 100644 --- a/nixos/hosts/osaka-linode-01/firewall.nix +++ b/nixos/hosts/osaka-linode-01/firewall.nix @@ -23,7 +23,7 @@ # 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 -t nat -F iptables -X