change repo name
This commit is contained in:
parent
8251040b04
commit
bb3199ae02
1 changed files with 2 additions and 11 deletions
13
readme.md
13
readme.md
|
@ -1,21 +1,11 @@
|
|||
# flake-o-rama
|
||||
# nix-server
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
- 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
|
||||
- somehow add desktop evironments and per-user dotfiles while keeping a multi-user setup - we can always give this up if needed
|
||||
- flake-parts
|
||||
- god im ruining everything for myself. maybe just make another repo for desktops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue