Add README
This commit is contained in:
parent
4ccfef0816
commit
fec9690c44
20
README.md
Normal file
20
README.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user