nixos-configuration/README.md
Valentin Brandl fec9690c44 Add README
2022-02-26 16:46:58 +01:00

21 lines
277 B
Markdown

# NixOS Configuration
Now using Flakes \o/
## Updating Channels/the Lockfile
```
nix flake lock
```
```
nix flake update
```
## Installing/Updating the System
```
sudo nixos-rebuild switch --flake <path-to-repo>#<hostname>
sudo nixos-rebuild switch --flake .#w1n5t0n
```