lint
This commit is contained in:
parent
5030dcf3b6
commit
2232ad3f31
12 changed files with 31 additions and 28 deletions
|
@ -4,3 +4,5 @@ root = true
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
|
@ -7,6 +7,7 @@ nix flake config! this is just used on my personal server at the moment
|
||||||
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.
|
||||||
|
|
||||||
## todo
|
## todo
|
||||||
|
|
||||||
- find a better way to do cloudflare ips
|
- find a better way to do cloudflare ips
|
||||||
- per-host architecture selection, atm it is hardcoded to `aarch64`
|
- per-host architecture selection, atm it is hardcoded to `aarch64`
|
||||||
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix)
|
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue