mostly formatting

This commit is contained in:
Reid 2024-05-29 00:13:12 -07:00
parent 47ba2d1ea7
commit 562539936e
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
6 changed files with 61 additions and 61 deletions

View file

@ -7,7 +7,6 @@ nix flake config! this is just used on my personal server at the moment
this flake is built for a multi-user experience per host, enforced by [`modules/users.nix`](./modules/users.nix), and found in the `default.nix` file for each host. this flake is built for a multi-user experience per host, enforced by [`modules/users.nix`](./modules/users.nix), and found in the `default.nix` file for each host.
## todo ## todo
- remove the lua static stuff from nginx + maybe cloudflare ips too + redis - remove the lua static stuff from nginx + maybe cloudflare ips too + redis
- per-host architecture selection, atm it is hardcoded to `aarch64` - per-host architecture selection, atm it is hardcoded to `aarch64`
- some weird perl error abt locales when building using doas - `keepEnv` might fix this - some weird perl error abt locales when building using doas - `keepEnv` might fix this
@ -15,3 +14,4 @@ this flake is built for a multi-user experience per host, enforced by [`modules/
- swap back to hardened kernel - swap back to hardened kernel
- leverage nixos-hardware - leverage nixos-hardware
- unscuff metrics - unscuff metrics
- wtaf is going on w/ our user management??