nix-server/readme.md
2023-08-10 04:06:30 -07:00

25 lines
503 B
Markdown

# Flake-o-rama
Nix Flake dotfiles used on my server.
## Todo
* Fix high memory usage on gitea
## Development
_Commands here will assume you are currently in the directory of the dotfiles._
- To build the system:
```sh
sudo nixos-rebuild switch --flake ".#server"
```
## Permissions
_Commands here will assume you are currently in the directory of the dotfiles._
File permissions should be done through the following commands:
```sh
sudo chmod 775 -R .
sudo chown -R reidlab:dotfiles .
```