mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
update README
This commit is contained in:
parent
32adde9eda
commit
17657b7c74
14
README.md
14
README.md
@ -6,7 +6,7 @@ For each machine, there is a top-level directory, e.g. [yodaTab](yodaTab).
|
|||||||
|
|
||||||
* https://nixos.wiki/wiki/Nixos-rebuild
|
* https://nixos.wiki/wiki/Nixos-rebuild
|
||||||
|
|
||||||
Directly change to new config, make it default:
|
Directly change to new config and make it default:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo nixos-rebuild -I nixos-config=yodaTab/configuration.nix switch
|
sudo nixos-rebuild -I nixos-config=yodaTab/configuration.nix switch
|
||||||
@ -34,10 +34,18 @@ Then run `nixos-rebuild switch`, see above.
|
|||||||
## Garbage Collection
|
## Garbage Collection
|
||||||
|
|
||||||
* https://nixos.org/manual/nix/stable/package-management/garbage-collection.html
|
* https://nixos.org/manual/nix/stable/package-management/garbage-collection.html
|
||||||
|
* https://discourse.nixos.org/t/why-doesnt-nix-collect-garbage-remove-old-generations-from-efi-menu/17592/4
|
||||||
|
|
||||||
|
For all profiles:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
nix-env --delete-generations 14d
|
sudo nix-collect-garbage --delete-older-than 14d
|
||||||
nix-store --gc
|
```
|
||||||
|
|
||||||
|
Remove old generations from EFI:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo /run/current-system/bin/switch-to-configuration boot
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install Home Manager with niv
|
## Install Home Manager with niv
|
||||||
|
Loading…
Reference in New Issue
Block a user