Compare commits
No commits in common. "7b3e28f66d0c5c6d2763c1762256fc164845b691" and "c7b771fb9fdc227348ef9c8236a73e2d05bcba49" have entirely different histories.
7b3e28f66d
...
c7b771fb9f
2 changed files with 6 additions and 5 deletions
|
@ -74,8 +74,6 @@
|
||||||
package = pkgs.openresty;
|
package = pkgs.openresty;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
logError = "stderr warn";
|
|
||||||
|
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
|
|
|
@ -4,8 +4,11 @@ Nix Flake dotfiles used on my server.
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
|
* Use [home-manager](https://github.com/nix-community/home-manager)
|
||||||
|
* Fix high memory usage on gitea, this may be something with using Argon2? [source](https://discourse.gitea.io/t/how-to-reduce-memory-usage/2947/3)
|
||||||
* Make it so our secrets consist upon reboot (currently just our wifi password, have to set every reboot) (maybe with [Agenix](https://github.com/ryantm/agenix) + [Age](https://github.com/FiloSottile/age)?
|
* Make it so our secrets consist upon reboot (currently just our wifi password, have to set every reboot) (maybe with [Agenix](https://github.com/ryantm/agenix) + [Age](https://github.com/FiloSottile/age)?
|
||||||
* Make everything __modular__.
|
* Make everything __modular__.
|
||||||
|
* Fix systemd output only showing ONE message on the HDMI output. [related issue](https://github.com/NixOS/nixpkgs/issues/179701)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
@ -13,7 +16,7 @@ _Commands here will assume you are currently in the directory of the dotfiles._
|
||||||
|
|
||||||
- To build the system:
|
- To build the system:
|
||||||
```sh
|
```sh
|
||||||
sudo nixos-rebuild switch --flake ".#server"
|
sudo nixos-rebuild switch --flake ".#server"
|
||||||
```
|
```
|
||||||
## Permissions
|
## Permissions
|
||||||
|
|
||||||
|
@ -21,6 +24,6 @@ _Commands here will assume you are currently in the directory of the dotfiles._
|
||||||
|
|
||||||
File permissions should be done through the following commands:
|
File permissions should be done through the following commands:
|
||||||
```sh
|
```sh
|
||||||
sudo chmod 775 -R .
|
sudo chmod 775 -R .
|
||||||
sudo chown -R reidlab:dotfiles .
|
sudo chown -R reidlab:dotfiles .
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue