update more documentation
This commit is contained in:
parent
c9be231c9f
commit
4d0f08a364
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "Flake-o-rama";
|
||||
description = "a collection of personal nix configurations";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
|
|
@ -6,7 +6,7 @@ please do not use this as a learning resource for nix as i have essentially zero
|
|||
|
||||
## users
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
as this is a multi-user setup, the `dotfiles` group will be used for read and write access to the flake
|
||||
|
||||
|
@ -23,5 +23,6 @@ before committing, please run `nix flake check` and make sure everything is ok
|
|||
- 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 using doas - `keepEnv` might fix this
|
||||
- fix the logrotate error, only patchable with the hack displayed in [`hosts/server/default.nix`](./hosts/server/default.nix)
|
||||
- leverage nixos-hardware
|
||||
- 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