forgejo -> gitea, general documentation changes, build hack
This commit is contained in:
parent
106c5c3ad7
commit
c9be231c9f
5 changed files with 27 additions and 28 deletions
14
readme.md
14
readme.md
|
@ -1,16 +1,18 @@
|
|||
# flake-o-rama
|
||||
|
||||
nix flake dotfilez!! this is used on personal 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 my `modules/user.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/user.nix`, and found in the `default.nix` file for each host.
|
||||
|
||||
as this is a multi-user setup, the `dotfiles` group will be used for read and write access to the flake
|
||||
|
||||
## development
|
||||
|
||||
to build the system, run `sudo nixos-rebuild switch --flake ".#server"`
|
||||
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
|
||||
|
||||
|
@ -18,8 +20,8 @@ before committing, please run `nix flake check` and make sure everything is ok
|
|||
|
||||
## todo
|
||||
|
||||
- remove the lua static stuff from nginx + the cf ip
|
||||
- remove the lua static stuff from nginx + maybe cloudflare ips too
|
||||
- per-host architecture selection, atm it is hardcoded to `aarch64`
|
||||
- some weird perl error abt locales when building - `keepEnv` in `doas` might fix this
|
||||
- some weird perl error abt locales when building using doas - `keepEnv` might fix this
|
||||
- leverage nixos-hardware
|
||||
- even tho no one else uses these systems, i still want to keep this mutli user layout we have, this is gonna be pretty hard once we start bringing in desktop environments. we should find a compromise sometime. this could be another flake entirely now that i think about it.
|
||||
- somehow add desktop evironments and per-user dotfiles while keeping a multi-user setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue