From 3b24a06db4d21f796d578b1120b58ead86eeeb2f Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 20 Dec 2023 21:46:06 +0900 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a491f06a..ea6b196c 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,14 @@ nix develop -c /etc/nixos/git/docs/setup.sh ## General * [ ] Package `headscale-derp` on Nixpkgs * [ ] nixified.ai - https://github.com/nixified-ai/flake -* [ ] 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) -* [ ] Set up actions/forgejo-release - [Link](https://code.forgejo.org/actions/forgejo-release) * [ ] Try lazy.vim - [Link](https://www.lazyvim.org/) -* [ ] Look into hosting a binary cache locally - [Link](https://nixos.wiki/wiki/Binary_Cache) * [ ] Security hardening * [ ] Edit the hosts file +## Forgejo +* [ ] Try to set up an action for Gotify notifications on failures - [Link](https://git.sysctl.io/actions/gotify) +* [ ] Set up actions/forgejo-release - [Link](https://code.forgejo.org/actions/forgejo-release) + ## Home-Manager * [ ] Figure out what the home-manager `account` options are for. * [ ] home-manager/common/software/cli/bash.nix - Break this out for theming -- Currently statically set to 'gruvbox'