15 lines
321 B
Markdown
15 lines
321 B
Markdown
# Configure
|
|
|
|
```bash
|
|
nixos-rebuild switch --flake flake_path_directory#hostname
|
|
```
|
|
|
|
```bash
|
|
nix flake update --extra-experimental-features "nix-command flakes"
|
|
```
|
|
|
|
# Sources
|
|
|
|
- https://github.com/ryan4yin/nix-config/tree/v0.0.2
|
|
- https://github.com/LudovicoPiero/dotfiles
|
|
- https://github.com/donovanglover/nix-config/
|