nix configurations used on my server
Find a file
2024-08-02 19:56:19 -07:00
hosts/nixos-server-reid change domain 2024-08-02 19:56:19 -07:00
lib mostly formatting 2024-05-29 00:13:12 -07:00
modules change domain 2024-08-02 19:56:19 -07:00
overlays change permissions 2023-08-22 21:51:48 -07:00
packages change permissions 2023-08-22 21:51:48 -07:00
.editorconfig editorconfig 2024-05-08 22:13:06 -07:00
default.nix vscode ssh server 2024-06-04 18:28:14 -07:00
flake.lock update flake 2024-07-19 01:12:45 -07:00
flake.nix vscode ssh server 2024-06-04 18:28:14 -07:00
README.md mostly formatting 2024-05-29 00:13:12 -07:00

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, 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
  • swap back to hardened kernel
  • leverage nixos-hardware
  • unscuff metrics
  • wtaf is going on w/ our user management??