summaryrefslogtreecommitdiff
path: root/Cleaning the Nix store.md
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-05-20 07:19:33 +0200
committerJasper Ras <jaspert.ras@gmail.com>2025-05-20 07:19:33 +0200
commita61d928b279c5c508aca3bfc7cb14d810c3d75de (patch)
tree6df664d4b58f1266e2782252547ed35e3c960b34 /Cleaning the Nix store.md
parentd4bd3ad4a869c87fcfa4f83b42555a6c8e1bc746 (diff)
vault backup: 2025-05-20 07:19:33
Diffstat (limited to 'Cleaning the Nix store.md')
-rw-r--r--Cleaning the Nix store.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cleaning the Nix store.md b/Cleaning the Nix store.md
index 523cb71..0dab645 100644
--- a/Cleaning the Nix store.md
+++ b/Cleaning the Nix store.md
@@ -3,7 +3,9 @@ tags:
- nix
- howto
---
+
```
+nix-env --delete-generations 14d
sudo nix-collect-garbage -d
sudo nixos-rebuild boot
```