test
Some checks failed
ssh-test / ssh-test (push) Failing after 15s

This commit is contained in:
iFargle 2023-12-12 12:10:00 +09:00
parent 24d1e3a1bb
commit d545605bb9
2 changed files with 2 additions and 4 deletions

View file

@ -22,15 +22,13 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [x] 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] duplicati needs database repairs
* [ ] osaka-linode-01 unable to connect to Headscale
* [x] osaka-linode-01 unable to connect to Headscale
* [x] Matrix is unable to send/receive pictures
* [x] Go through old sysctl.io cronjob and import what's neccesary
* [ ] Back up pass.sysctl.io to memory stick (gpg encrypted csv file)
* [x] Get Gnome Remote Desktop / XRDP working
* [x] Migrate to Protonmail, use the PM mail bridge docker container (Nix pkg?)
* [x] https://github.com/shenxn/protonmail-bridge-docker#initialization
* [ ] Set up ssh keys for nix builders on forgejo
* [ ] Set up `nixos-rebuild switch --target-host $host` on forgejo actions
* [ ] Potentially need to set up a new PGP key for use with ProtonMail
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/

View file

@ -67,7 +67,7 @@
nixos-vm-01 = libx.deploy { hostname = "nixos-vm-01"; };
framework-server = libx.deploy { hostname = "framework-server"; };
# nixos-framework = libx.deploy { hostname = "nixos-framework"; };
nixos-rpi4-01 = libx.deploy { hostname = "nixos-rpi4-01"; platform = "aarch64-linux"; };
# nixos-rpi4-01 = libx.deploy { hostname = "nixos-rpi4-01"; platform = "aarch64-linux"; };
nixos-rpi4-02 = libx.deploy { hostname = "nixos-rpi4-02"; platform = "aarch64-linux"; };
nixos-rpi4-03 = libx.deploy { hostname = "nixos-rpi4-03"; platform = "aarch64-linux"; };
};