12 lines
234 B
Markdown
12 lines
234 B
Markdown
# Flake-o-rama
|
|
|
|
Nix Flake dotfiles used on my server.
|
|
|
|
## 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"
|
|
```
|