change repo name

This commit is contained in:
Reid 2024-03-28 00:56:20 -07:00
parent 8251040b04
commit bb3199ae02

View file

@ -1,21 +1,11 @@
# flake-o-rama # nix-server
nix flake config! this is just used on my personal server at the moment nix flake config! this is just used on my personal server at the moment
please do not use this as a learning resource for nix as i have essentially zero clue what i'm doing
## users ## 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. 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.
## development
to build the system, run `sudo nixos-rebuild switch --flake .#server`
please periodically run `nix flake update` to make sure we arent slacking on package versions
before committing, please run `nix flake check` and make sure everything is ok
## 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
@ -26,3 +16,4 @@ before committing, please run `nix flake check` and make sure everything is ok
- leverage nixos-hardware - leverage nixos-hardware
- somehow add desktop evironments and per-user dotfiles while keeping a multi-user setup - we can always give this up if needed - somehow add desktop evironments and per-user dotfiles while keeping a multi-user setup - we can always give this up if needed
- flake-parts - flake-parts
- god im ruining everything for myself. maybe just make another repo for desktops