From 5dfa7e3c14541082615ce0fee482282535d35925 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 4 Dec 2023 12:01:12 +0900 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 38ab94b3..da0f2cc9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [x] Matrix is unable to send/receive pictures * [ ] Go through old sysctl.io cronjob and import what's neccesary +# Raspberry Pi ToDo List +* [ ] nixos-rpi4-01 - Replace japan-rpi4 + * crontab entry for rsyncing storage to /mnt/sda,b,c +* [ ] nixos-rpi4-02 - Replace piaware-rpi4 + * Container running piaware software + # To Do List * [ ] Try Attic - A self-hosted Nix Binary Cache server - [Link](https://discourse.nixos.org/t/introducing-attic-a-self-hostable-nix-binary-cache-server/24343) * [ ] Try [compose2nix](https://github.com/aksiksi/compose2nix) - Docker Compose to Nix converter