Add README

This commit is contained in:
Valentin Brandl 2022-02-26 16:46:58 +01:00
parent 4ccfef0816
commit fec9690c44

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# 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
```