nixos-configuration/README.md

21 lines
277 B
Markdown
Raw Normal View History

2022-02-26 16:46:58 +01:00
# 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
```