update readme
This commit is contained in:
parent
dad44b3526
commit
02dc000d8b
1 changed files with 6 additions and 8 deletions
14
readme.md
14
readme.md
|
@ -1,19 +1,17 @@
|
||||||
# Flake-o-rama
|
# flake-o-rama
|
||||||
|
|
||||||
nix flake dotfilez!! this is used on personal server
|
nix flake dotfilez!! this is used on personal server
|
||||||
|
|
||||||
## Todo
|
## users
|
||||||
|
|
||||||
- fail2ban
|
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.
|
||||||
|
|
||||||
## Development
|
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
|
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
|
before committing, please run `nix flake check` and make sure everything is ok
|
||||||
|
|
||||||
## Permissions
|
|
||||||
|
|
||||||
the `dotfiles` group is for permissions to edit this, plz chown for that!
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue