README updates

This commit is contained in:
kat witch 2021-08-30 03:27:02 +01:00
parent 919b8aa435
commit 589bef29fa
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -3,6 +3,7 @@
[![nodes][]][1] [![nodes][]][1]
[This repository on our self hosted git.][] [This repository on our self hosted git.][]
[This repository on GitHub.][]
These are the NixOS configurations for my systems. I run nothing other than NixOS on my hardware, aside from virtual machines. These are the NixOS configurations for my systems. I run nothing other than NixOS on my hardware, aside from virtual machines.
@ -20,14 +21,32 @@ These are the NixOS configurations for my systems. I run nothing other than NixO
## To-do ## To-do
- Consider reworking [kittywitch/nixexprs][] and [kittywitch/nixfiles-base][]. - [ ] Consider reworking [kittywitch/nixexprs][] and [kittywitch/nixfiles-base][].
- Expand [kittywitch/anicca][] to be a module that helps with impermanence, too. - [x] In-housed [kittywitch/nixexprs][] as [exprs][].
- Move to using [arcnmx/screenstub][] without any patches. - [x] Merged our local changes with [exprs][].
- Add swaylock-effects to our theme module. - [ ] Prioritise modules reusability.
- Set up [rinnosuke][] as a nameserver. Either using Knot DNS or BIND. (Need RFC2136.) - [ ] Expand [kittywitch/anicca][] to be a module that helps with impermanence, too.
- Migrate [athame][] to OCI. - [x] Host impermanence enablement check.
- Look into alternatives to Yggdrasil and move to them. - [ ] Break anicca-migrator into interface modules.
- Set up IPv6 network handling for our hosts. - [ ] Bind mount status list.
- [ ] Bind mount start/enabler script.
- [ ] Move to using [arcnmx/screenstub][] without any patches.
- [ ] Check new config options, port current patch to new config options.
- [ ] Add swaylock-effects to our theme module.
- [x] Patched swaylock-effects.
- [x] Working with swayidle + …
- [ ] Add to module.
- [ ] Set up [rinnosuke][] as a nameserver. Either using Knot DNS or BIND. (Need RFC2136.)
- [x] Knot DNS service.
- [x] RFC2136 + DNSSEC config.
- [ ] Zone file generation (including serial).
- [ ] glauca.digital migration.
- [ ] Migrate [athame][] to OCI.
- [ ] Look into alternatives to Yggdrasil and move to them.
- [ ] Set up IPv6 network handling for our hosts.
- [x] Fix network module tf-nix integrations.
- [x] Rinnosuke IPv6.
- [ ] Local node IPv6 configuration.
## Nodes ## Nodes
@ -159,6 +178,7 @@ Please use `nix-shell` or [direnv/direnv][]. The shell is not compatible with [n
[nodes]: https://github.com/kittywitch/nixfiles/actions/workflows/nodes.yml/badge.svg [nodes]: https://github.com/kittywitch/nixfiles/actions/workflows/nodes.yml/badge.svg
[1]: https://github.com/kittywitch/nixfiles/actions/workflows/nodes.yml [1]: https://github.com/kittywitch/nixfiles/actions/workflows/nodes.yml
[This repository on our self hosted git.]: https://git.kittywit.ch/kat/nixfiles [This repository on our self hosted git.]: https://git.kittywit.ch/kat/nixfiles
[This repository on GitHub.]: https://github.com/kittywitch/nixfiles
[To-do]: #to-do [To-do]: #to-do
[2]: #nodes [2]: #nodes
[Profiles]: #profiles [Profiles]: #profiles
@ -170,6 +190,7 @@ Please use `nix-shell` or [direnv/direnv][]. The shell is not compatible with [n
[Commands]: #commands [Commands]: #commands
[kittywitch/nixexprs]: https://github.com/kittywitch/nixexprs [kittywitch/nixexprs]: https://github.com/kittywitch/nixexprs
[kittywitch/nixfiles-base]: https://github.com/kittywitch/nixfiles-base [kittywitch/nixfiles-base]: https://github.com/kittywitch/nixfiles-base
[exprs]: overlays/exprs
[kittywitch/anicca]: https://github.com/kittywitch/anicca [kittywitch/anicca]: https://github.com/kittywitch/anicca
[arcnmx/screenstub]: https://github.com/arcnmx/screenstub [arcnmx/screenstub]: https://github.com/arcnmx/screenstub
[rinnosuke]: config/hosts/rinnosuke [rinnosuke]: config/hosts/rinnosuke