Compare commits
No commits in common. "562539936e761fa14d05db5bdbdd55c224fdfb21" and "aa48c09808e38cd64fa087e26750624453932e48" have entirely different histories.
562539936e
...
aa48c09808
7 changed files with 70 additions and 70 deletions
17
README.md
17
README.md
|
@ -1,17 +0,0 @@
|
|||
# nix-server
|
||||
|
||||
nix flake config! this is just used on my personal server at the moment
|
||||
|
||||
## users
|
||||
|
||||
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
|
||||
- remove the lua static stuff from nginx + maybe cloudflare ips too + redis
|
||||
- per-host architecture selection, atm it is hardcoded to `aarch64`
|
||||
- some weird perl error abt locales when building using doas - `keepEnv` might fix this
|
||||
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix)
|
||||
- swap back to hardened kernel
|
||||
- leverage nixos-hardware
|
||||
- unscuff metrics
|
||||
- wtaf is going on w/ our user management??
|
17
readme.md
Executable file
17
readme.md
Executable file
|
@ -0,0 +1,17 @@
|
|||
# nix-server
|
||||
|
||||
nix flake config! this is just used on my personal server at the moment
|
||||
|
||||
## users
|
||||
|
||||
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
|
||||
|
||||
- remove the lua static stuff from nginx + maybe cloudflare ips too + redis
|
||||
- per-host architecture selection, atm it is hardcoded to `aarch64`
|
||||
- some weird perl error abt locales when building using doas - `keepEnv` might fix this
|
||||
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix)
|
||||
- swap back to hardened kernel
|
||||
- leverage nixos-hardware
|
||||
- unscuff metrics
|
Loading…
Add table
Add a link
Reference in a new issue