Fixed README. No channel upgrade => set to unstable
This commit is contained in:
parent
6c719546c8
commit
3feb961b75
1 changed files with 2 additions and 9 deletions
11
README.md
11
README.md
|
|
@ -34,15 +34,8 @@ sudo nixos-rebuild switch --flake ~/nixos/#<host>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Upgrading to a new NixOS channel
|
## Upgrading to a new NixOS channel
|
||||||
List the current channels:
|
In `flake.nix` the channel is set to `unstable`. Therefore, there is no
|
||||||
```
|
need to upgrade the channel.
|
||||||
sudo nix-channel --list
|
|
||||||
```
|
|
||||||
Change the channel `nixos`:
|
|
||||||
```
|
|
||||||
sudo nix-channel --add https://nixos.org/channels/nixos-<rel>
|
|
||||||
```
|
|
||||||
Then, perform an update like above.
|
|
||||||
|
|
||||||
## Garbage Collection
|
## Garbage Collection
|
||||||
List all generations:
|
List all generations:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue