From d545605bb98d6eb64911dcf3cbf6522ffda56303 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 12 Dec 2023 12:10:00 +0900 Subject: [PATCH] test --- README.md | 4 +--- flake.nix | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6438ec07..f30b38ea 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/flake.nix b/flake.nix index 4f9b6f10..eeb49766 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; };