whoops
This commit is contained in:
parent
cb9632b258
commit
e7fa0467a2
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ My config for Hyprland desktop that I normally use as my daily driver (read: all
|
||||||
list generations
|
list generations
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix-env --list-generations
|
sudo nix-env --list-generations --profile /nix/var/nix/profiles/system
|
||||||
```
|
```
|
||||||
|
|
||||||
perform garbage collection by deleting old derivations
|
perform garbage collection by deleting old derivations
|
||||||
|
|
@ -31,7 +31,7 @@ sudo /run/current-system/bin/switch-to-configuration boot
|
||||||
rollback to previous generation
|
rollback to previous generation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo nixos-rebuild switch --rollback
|
sudo nixos-rebuild switch --flake . --rollback
|
||||||
```
|
```
|
||||||
|
|
||||||
bonus: in case you're stuck in some limbo state
|
bonus: in case you're stuck in some limbo state
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue